Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Releases: FlatAssembler/ArithmeticExpressionCompiler

Got rid of the `fcomip` instruction so that we can finally target i486

08 Jan 11:39
d8b0889
Compare
Choose a tag to compare

Got rid of the fcomip instruction so that we can finally target i486.

A few improvements

27 Jun 10:59
ed1e33f
Compare
Choose a tag to compare

Verbose-mode is now available from command-line. Single-character constants are now supported (tokenizer converts them to their ASCII equivalent).

Fixed a few remaining bugs.

24 Jun 16:23
0fd5cf6
Compare
Choose a tag to compare

A word reserved in EcmaScript 2017 was previously used as a variable name, comments were not handled properly in some edge-cases.

A bug-fix release

15 Jun 07:27
73f105e
Compare
Choose a tag to compare

Fixed a few bugs.

First version runnable in NodeJS

13 Jun 18:55
c3f88c1
Compare
Choose a tag to compare

This is the first version that's capable of running in NodeJS.