Blog 2019/8/28
<- previous | index | next ->
eval
Daily practice: trivial Here's a trivial eval
implementation which only knows how to do addition.
Note that the input is already in the form of an AST, as there isn't a lexer / parser (reader) implemented.