seandgrimes / EasyJSON

Domain specific language for generating JSON documents, mostly just an experiment with compiler design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement type inference in the parser

seandgrimes opened this issue · comments

Types are optional in the grammar, but inferring them from assignments at the parsing stage would be useful for the compilation stage