On Thu, 26 Aug 2010, pancake wrote:
> with def you will be able to override any operator or function. nevertheless you
> can also doit with '$' and the parsing will go faster
A quick way to allow that with '$' is move the 'findVariable' part before
the 'findFunc' part in MD_READNAME in ns_interpret.
Maybe I should just merge the variable and func trie - ie. the variable
trie doesn't start out empty, but starts with the built-in functions.
Then you can do whatever you want with it. This would actually make the
code shorter.
> NO PLEASE. DO NOT USE BISON OR YACC.
Haha, alright. :)
Received on Thu Aug 26 2010 - 02:31:00 CEST
This archive was generated by hypermail 2.2.0 : Thu Aug 26 2010 - 01:36:02 CEST