Daniel Holden
Daniel Holden
Hi mattn, Thanks for the reminder. I'll try to make this update soon. I was put off because the code for parsing the ast is kind of a mess because...
You could maybe do this, although you would need to make sure the parsers you use take your custom token type as input and produce the AST as output. Also...
I think it is going to be too difficult to add lookahead because I make lots of assumptions when parsing the regex that there will be no lookahead (for example...
Depends what platforms you are interested in. I imagine it will work okay on most platforms but you'd just have to test.
If you build up your own AST data type as you go using the combinator approach (rather than the grammar approach) you can insert as much functionality as you like...
I'm probably not the guy to maintain `numeric` since I'm not using the library any more and don't have that much free time at the moment - so if @GerHobbelt...
Hmm, that is too bad since this was one of the only good beginner tutorials for some basic command line setup in C... I will have to find something else.
While this is technically true I think in the case of this book the current text is more clean in explaining how it works.
Thanks Tom - this is really cool - I will try to take a look some time next week!
The main difference between Macros and Q-Expressions is that with Macros you actually look at the function name itself to decide if it is going to evaluate the arguments or...