Skip to content

progschj/jtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jtc

A toy programming language interpreter

building

the jtc interpreter has no dependencies and sits in a single C++ file. C++11 capable compilers should compile it without extra options other than enabling C++11.

example: g++ -o jtc jtc.cpp -std=c++0x -O3

About

A toy programming language interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages