Skip to content

1jss/tarzan-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tarzan-lang

Tarzan is a tiny interpreted language with C-like syntax. The interpreter is a simple line-by-line interpreter written in C9.

Compiling:

clang -std=c99 -Wall -Wextra -O2 tarzan.c -o tarzan

Running:

./tarzan <filename>

About

Tiny line-by-line interpreted language

Topics

Resources

Stars

Watchers

Forks

Languages