Skip to content

Releases: AlimU11/Pascal-Interpreter

v0.4.1

15 Mar 09:50
771c799

Choose a tag to compare

Interpreter:

  • add support for built-in procedure
  • add built-in procedure WRITELN

GUI:

  • connect standard output content (produced by WRITELN) to Output tab

v0.4.0

14 Mar 17:17
e58da11

Choose a tag to compare

Update Interpreter and UI

v0.3.0

22 Dec 11:36
9152996

Choose a tag to compare

Interpreter:

  • Add Symbol table

GUI:

  • Add output view for symbol table

v0.2.0

16 Nov 15:44
a43b109

Choose a tag to compare

Interpreter:

  • Add PROGRAM header
  • Add VAR section
  • Add REAL data type
  • Add multiline comment support

v0.1.0

03 Nov 12:36
9b93640

Choose a tag to compare

Initial release