Fixed some merge errors that occured when merging with main

Started implementing EApp.

Simple function calls now work.

Removed the LLVM standard library as it was not needed.

Limited functionality.

Got EApp working!!

Fixed arguments being inserted in the wrong order.

Updated the showing of `Call` so that it inserts a space inbetween arguments.

Removed some unused code from the generated main functions.

Force removed language.

Expressions that are simply just calling a constant now work properly.

Fixed constants being called inside nested expressions.

Cleaned up the compiler a bit.

Added a test suite, testing that the output from programs is correct, "evaluating the whole process".

Fixed a typo in basic-4.sf

Fixed basic-8 to work without a renamer.

Fixed some nicer output in the main function.

Made the outputted LLVM Ir somewhat nicer.

Fixed a typo and updated how SetVariable works.

Formatted and added documentation.

Added instructions allowing for branching.
This commit is contained in:
Samuel Hammersberg 2023-02-12 13:30:45 +01:00 committed by Martin Fredin
parent 7c1e1d57a0
commit 8d698cecf9
36 changed files with 557 additions and 453 deletions

2
.gitignore vendored
View file

@ -3,4 +3,4 @@ dist-newstyle
*.x
*.bak
src/Grammar
/language
language