Testing implementation of e²
Currently I don't want to deal with parsing so I'm expressing e² as an AST written in s-expressions, so I could call (read) from Scheme to load it and manipulate it like any other list.
index : tau1.git | ||
[WIP] A demo implementation for the e² Programming Language | Runxi Yu |
aboutsummaryrefslogtreecommitdiff |
Currently I don't want to deal with parsing so I'm expressing e² as an AST written in s-expressions, so I could call (read) from Scheme to load it and manipulate it like any other list.