Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 620 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 620 Bytes

slang-python

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.