8000 GitHub - z-rui/interp2: yet another language interpreter written in Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

z-rui/interp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interp2

A simple BASIC interpreter written in Go.

I wrote this for trying out the yacc tool provided by Go.

Refer to parse.y for the grammar. To generate the parser, run go generate.

Run go build to build the interpreter.

TODO

  • Arrays
  • Functions and procedures
  • Strings and other basic types
  • Input

About

yet another language interpreter written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0