Source port of a project called SLANGFOR.net (http://slangfordotnet.codeplex.com/)
SLANGFOR.net is an attempt to teach Compiler construction using C# and .net by Praseed Pai K T (https://praseedp.blogspot.com)
To run,
open a terminal
clone the project
git clone https://github.com/faisalp4p/slang-python.git
change directory to slang-python/step7
cd slang-python/step7
run a sample SLANG script
python main.py samples/disc.sl
# a script to find discriminant of an equation.
If you want to learn more about SLANGFOR.net go to the original project repo and download documentation.