Skip to content

svenslaggare/StackLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackLang

Simple object-orientend language for the StackJIT VM.

##Compiling## To compile a source file:

./stackc <source file>

To compile and run a source file:

make run program=<source file>

##Build## To build:

make all

To run tests (requires CXXTest and the StackJIT VM):

make test

##Running## To run a compiled program, the StackJIT VM is required. It must be located in a parent directory, in the following structure:

Parent
|--StackLang
|   |-stackc
|--StackJIT
|   |-stackjit

About

Simple language for the StackJIT VM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages