Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 359 Bytes

Compiler/Translator

Pascal to C# compiler/translator.

Using ANTLR V4.7

Translating or/and compiling in C#

Supported features

Operators

+, -, *, div, mod, =, <>, >, <, >=, <=, and, or, not, &,Var, Begin, End

Advanced

Write(), Readln(), Writeln(), Procedure()

Try it!

Here is a sample: sample/sample.zip.

Unzip -> read instructions.