Project Tree
update readme
Brett Robinson authored 7 years ago
README.md
Pine is an interpreted language. It's syntax is similar to a high level assembly-like language, where each line is a single instruction.
Environment:
Libraries:
./src/parg.hh./src/format.h and ./src/format.ccThe following shell commands will build the project:
1
2
3git clone <repo_name>
cd <repo_name>
./build.sh -rTo build the debug version, run the build script without the -r flag.
The following shell commands will install the project:
1./install.sh -rThe following are the currently implemented instructions:
There are several examples in the ./examples directory.