A language based on lua-like tables with lots of syntactic sugar
Find a file
2022-01-15 17:47:53 +01:00
src Add uncommitted files 2022-01-15 17:47:53 +01:00
.gitignore Create project 2021-09-26 12:54:50 +02:00
Cargo.lock Parse integers 2021-09-29 16:34:58 +02:00
Cargo.toml Parse integers 2021-09-29 16:34:58 +02:00
README.md Add uncommitted files 2022-01-15 17:47:53 +01:00

Tada

Tada is an interpreted language inspired by lisp and lua. It's name means "tabular data" or "table data".

I've wanted to learn a lisp for a while now, but have never come further than the absolute basics. Also, I've never created a proper programming language before. So I decided to make one - inspired by my rudimentary understanding of lisp, combined with a bit of lua tables.

https://github.com/quchen/stgi