parser-combinators icon indicating copy to clipboard operation
parser-combinators copied to clipboard

added String modifier to parse-string

Open andre-dietrich opened this issue 7 years ago • 3 comments

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 avatar Nov 06 '18 16:11 andre-dietrich

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 ...

andre-dietrich avatar Nov 07 '18 12:11 andre-dietrich

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

language: elm

I think the tests should run properly :)

harrysarson avatar Mar 30 '19 11:03 harrysarson

Just curious, what is the status on this one?

harrysarson avatar Jun 07 '19 01:06 harrysarson