Skip to content

Releases: lasercata/Compilation_project

v1.0.0

26 May 09:19
2b2f03b

Choose a tag to compare

Version implementing all the requirements from the subject : lexical analysis, syntax analysis, semantic analysis, object code generation, virtual machine for the object code.

v0.2.1

26 May 00:10
aeec043

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Current state:

  • Compilation is working for every nna and nnp correct source file ;
  • virtual machine (to run object code) is working ;
  • semantics verification is partially working.

v0.2.0

25 May 23:21
2bbe6ab

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
Merge pull request #7 from lasercata/semantics_verif

Semantics verif

v0.1.1

23 May 22:16
23fa2cf

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
Merging 'semantics_verif' into 'main'

v0.1.0

23 May 20:46
95d2ec0

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
Merging 'semantics_verif' into 'compiler_the_rest'