X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=blobdiff_plain;f=Report%2FMain%2FProblems%2FResults.tex;fp=Report%2FMain%2FProblems%2FResults.tex;h=dbdda0b575ef9d49fa197590d014f50cc3991c0d;hp=901472dff405682bb530d714516862d290461556;hb=0ac3f8b7cfb60e71b9f95dc8bf1752e1e971685f;hpb=1ae051d27cb9debbfa570ac82846c8a8d86287f2 diff --git a/Report/Main/Problems/Results.tex b/Report/Main/Problems/Results.tex index 901472d..dbdda0b 100644 --- a/Report/Main/Problems/Results.tex +++ b/Report/Main/Problems/Results.tex @@ -12,15 +12,15 @@ lot of small fixes and changes to make LLVM more flexible and extendable. \subsection{MontiumC improvements} Improvements made to the MontiumC language are mostly limited to making the langauge better specified. Things which had limited support now either have full -support, or were removed from the language. +support or were removed from the language. -Usage of global variables, struct variables, arguments and returns values and +Usage of global variables, struct variables, arguments and return values and constant arguments is now possible in most cases, where it only was possible in some specific cases before. Additionally, there has been some experimenting with new MontiumC features, such as C style memory access and loops. So far, these features have not received -enough work in both the frontend as the backend to be supported in the language +enough work in both the frontend and the backend to be supported in the language yet. \subsection{Frontend improvements}