exfly / newlang

goyacc monkey like interpreter

Repository from Github https://github.comexfly/newlangRepository from Github https://github.comexfly/newlang

newlang

newlang a program language write by goyacc

TODO

  • if
  • while
  • function && call func
  • 大量 ';' 需要减少优化
    • lexer 不支持 EOL
    • yacc 需要支持 EOL

ref

  1. inspect from https://github.com/prologic/monkey-lang.git

About

goyacc monkey like interpreter


Languages

Language:Go 95.3%Language:Yacc 4.7%