a universal coding language
i've began working on writing a coding language and it's going great so far!!
-
Download the source code by going to "Code" then "Download as zip"
-
Unzip the file into any directory
-
Use cd to get into the directory you unzipped the file to, then run
pip install -r requirements.txt -
Now, run
py st.pyorpython st.pyand put the name of the .st file you want to run. -
It should bring you to a terminal that you can quit easily by pressing ctrl+c
-
now, you can run "py st.py hello.st" to run my graphics test. the z-layering may flicker but that's because i really haven't implemented it that well.
also if i haven't already, i might package it and port it to windows, linux, etc so if i have, then just download the executable from releases and run it like:
st.exe hello.st
also keep the ttf file with the exe file! for some reason, it doesnt want to pack it into the exe so ive just zipped it up
Basically i have just a big google doc of the commands that made sense to me at the time but i dont know if they still do. anyway look for things like "l docs" or "m docs" etc
alright here it is