_____ __ __ / ___/__ _____/ /_/ / ___ ____ ___ _ / /__/ _ `/ __/ __/ /__/ _ `/ _ \/ _ `/ \___/\_,_/_/ \__/____/\_,_/_//_/\_, / /___/ pre-alpha 0.0.1
A dumb interpreted language currently created with Python (hopefully will be rewritten in C/Odin in future).
Check out the docs
directory for getting started with understanding the language!
Simply clone this repo somewhere then:
cd main
then:
*nix OSs:
python3 cart.py -h
Windows:
py cart.py -h
This project also comes with two example CartLang files that you can try and sift through:
example.cart
and test.cart