Skip to content

Releases: ChrisLane/custom-lang-compiler

x86 Compiling with if/while/functions

27 Nov 17:08
8fc760f
Compare
Choose a tag to compare

This release adds the ability to compile if, while and function application to x86 code.

x86 Assembly Code Generation

19 Nov 17:42
d7a3fc4
Compare
Choose a tag to compare

The compiler is now able to output assembly code for a source file.

Interpret and Compile

15 Nov 01:07
ba9c07b
Compare
Choose a tag to compare

Can now compile simple code into assembly.

Optimisation

09 Nov 18:16
c385bac
Compare
Choose a tag to compare

Simple optimisations to parse tree.

More evaluation

29 Oct 13:33
c385bac
Compare
Choose a tag to compare

Evaluation now handles let, new and functions.

Evaluation

22 Oct 15:44
ec6bf1c
Compare
Choose a tag to compare

This release allows for source files to be evaluated to a returned result.

Parser and Lexer

20 Oct 18:06
d668434
Compare
Choose a tag to compare

This release allows for source files to be parsed to a clear output of expressions.