2.Unzip .rar archive to folder on you PC
3.Open test.fels file in text editor
4.Write to test.fels:
using "fels.lang.sfm"
println("Hello,world!")
6.write to cmd: ./fels run -file test.fels
7.Press Enter key and get result of program
8.My congratulations, you are start you first program on Fels!
Behind read this part you should read basics of Fels Read
You can set run arguments by next steps:
1.Write tokens to console>>>./fels run -dst -file test.fels
2.Do Show AbstractSyntaxTree signature>>>./fels run -dsast -file test.fels
3.Do Show Measurement time>>>./fels run -dsmt -file test.fels
4.Do Show Variables(Visitor)>>>./fels run -dsv -file test.fels