ginger/gg
Brian Picciano 6040abc836 Implementation of a super basic vm
The vm does what it needs to do (evaluate the result of passing an input
to an operatio, where the input and the operation themselves may have
sub-inputs/operations to evaluate), with many caveats/misgivings.
2021-12-29 10:43:08 -07:00
..
decoder_test.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
decoder.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
gg_test.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
gg.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
lexer_test.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
lexer.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
util_test.go Implement Decoder 2021-12-27 15:45:18 -07:00