Skip to content

JonasLeonhard/context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run a repl:

zig build run

Run a repl that outputs the ast as json:

zig build run -- --tree

Run a file:

zig build run -- examples/string.ctx

Run a file and output the ast as json:

zig build run -- examples/string.ctx --tree

Version

  • 0.14.0-dev.2851+b074fb7dd

About

Interpreter for a simple Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages