Andy Keep

Results 17 issues of Andy Keep

Tim Zakian is working on a gentle tutorial document. Another thing I'd like to put together would be a little cheatsheet in the form of a table or spreadsheet that...

We were playing around with a tree example, where we stuck in extra non-terminals for the heck of it: ``` (define-language LTree2 (entry Tree) (Tree (t) n l) (Node (n)...

In the current version of the nanopass framework, passes with always auto-generate missing transformers and assume that that is what was intended by the programmer, even if the programmer simply...

enhancement

I'm seeing the Harlan compiler regularly use about 3GB of memory to do all the Nanopass macro expansions. This is kind of a lot, and it also means we have...

Right now the unparser simply recurs to the top-level unparser on sub-parts. This means that if more than one terminal has the same domain, e.g., if we use symbols to...

bug

Now that stex and Chez Scheme are available on github, the docs makefile should be updated to allow others to build these docs. In the meantime the user-guide.pdf is committed...

bug
enhancement

Right now the unparser simply recurs to the top-level unparser on sub-parts. This means that if more than one terminal has the same domain, e.g., if we use symbols to...

bug