A WIP programming language designed for general-purpose scripting and learning interpreter design
Go to file
2022-02-09 13:17:13 -06:00
include Fix project structure and add make file 2022-02-09 13:17:13 -06:00
src Fix project structure and add make file 2022-02-09 13:17:13 -06:00
cobalt Fix project structure and add make file 2022-02-09 13:17:13 -06:00
compile Initial Commit 2022-02-09 13:11:01 -06:00
LICENSE Initial commit 2022-02-09 13:07:39 -06:00
main Initial Commit 2022-02-09 13:11:01 -06:00
makefile Fix project structure and add make file 2022-02-09 13:17:13 -06:00
README.md Initial commit 2022-02-09 13:07:39 -06:00
script.prog Initial Commit 2022-02-09 13:11:01 -06:00

CobaltScript

A small programming language designed for general purpose scripting and for learning interpreter design