libera/#climacs - IRC Chatlog
Search
8:50:01
beach
I feel a bit lost. I worked very hard the past several days to write code to turn special forms into ASTs, and I wrote a test suite for that. But that work is pretty much done, and I am not sure what to work on next.
8:50:34
beach
I could write more tests, but I fear that all that has to be modified when keywords are replaced by instances of standard classes.
8:51:13
beach
I could work on turning the standard macro forms into ASTs for those macros having defined parsers.
8:51:55
beach
I could start a system that uses Trucler and perhaps Clostrum to recursively parse unparsed ASTs.
8:52:55
beach
I could work on understanding the s-expression-syntax library so that I could help defining parsers for some of the remaining standard macros.
10:00:30
beach
Definitely most difficult. And it has to be done at some point. I feel uncomfortable that this library is understood by a single person.