This interpreter is in beta. Please help improving this by reporting bugs in issues page.
- Clone this git repository.
git clone https://github.com/jeongsinnagalgeotgate/jeongsinnagalgeotgate-c.git
- Compile interpreter.c
cd jeongsinnagalgeotgate
gcc -o interpreter interpreter.c
# For debug mode use:
gcc -o interpreter interpreter.c -DDEBUG
./interpreter filename[ -s stack_size][ -q queue_size]
For some examples see example.