Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

added String modifier to parse-string #29

Open
wants to merge 58 commits into
base: master
Choose a base branch
from

Conversation

andre-dietrich
Copy link

Hi, it took a while, but I had added one function modifyStream that can be used to inject strings into the parse string. I use it to define statefull macros, that inject code at compile time into the code while parsing. See, https://liascript.github.io ...

It would be great, if you could add this simple function, so that I could switch back to your repo in my project.

Regards

André

@andre-dietrich
Copy link
Author

This check failed because of:

Could not find Elm compiler "elm-make". Is it installed?

see the travis output and not because of the new function ...

@harrysarson
Copy link

If you replace the current contents of .travis.yml with

language: elm

I think the tests should run properly :)

André Dietrich and others added 4 commits March 30, 2019 12:18
 * Most importantly: `Int` was failing _with expected an Float_
 * Also, _expected whitespace_ for `\s*` was perhaps misleading, so changed to _expected optional whitespace_ (even though this will probably never fail 😁)
 * Others fixed for better consistency / English
@harrysarson
Copy link

Just curious, what is the status on this one?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants