This repository was archived by the owner on Feb 26, 2018. It is now read-only.
Tags: xephonhq/tsdb-proxy-java
Tags
First working interpreter - only integer is supported - negative integer is not supported, may need to modify ANTLR grammar - symbol table works, but lack the following - error handling - error recovery - type check is not considered (but should and will be) when building the AST, and evaluation just use cast and assume everything is right - used a bunch of instanceof, I think it can be avoid even using the visitor pattern because I saw a bunch of them in ANTLR generated parse tree code