phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Newton parses input twice. #131

Open phillipstanleymarbell opened 7 years ago

phillipstanleymarbell commented 7 years ago

Newton currently parses input twice, once to get dimension information, and then again later. This is wasteful.

phillipstanleymarbell commented 5 years ago

We now more appropriately call the first "parse" a "pre-scan", which is what it is. I am now more comfortable with it. This issue can now be closed. Moving it to verify though to annotate a bit more information on the names of the routines that do the pre-scan, etc.