command
module
Version:
v0.0.0-...-cc3c817
Opens a new window with list of versions in this module.
Published: Jul 28, 2016
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.