Lauri Hartikka
Lauri Hartikka
-Currently takes a couple of hours (average >4h) -Figure out how to find sha256 hashes faster :) -No dependencies to C libraries or any other non-python libraries.
Could work "out-of-the-box" but would still need an example use case in Readme.md
For instance: # hash stands for comment # begin IT'S SHOWTIME # print greeting TALK TO THE HAND "hello world" # end main YOU HAVE BEEN TERMINATED or something more...
Solve Project Euler problems using ArnoldC. https://projecteuler.net/problems https://github.com/lhartikk/ArnoldC/wiki/Project-Euler-Solutions
Current situation: If the generated Java bytecode by the ArnoldGenerator is erroneous e.g. stack map frame errors occur the test run gets deadlocked. Desired functionality: The test detects that the...
I think there are currently two "schools" Arnold Driven Development (ADD) - Focuses on adding the "missing" one liners people are craving for (especially from Kindergarten Cop) - Doesn't really...
As new features/bugfixes are introduced a way to find the version number of the compiler must found. e.g. > java -jar ArnoldC.jar -version > 0.1
In current implementation the mutable symboltable is passed in code-generation phase from the AST nodes and updated accordingly. --> CHANGE TO Symboltable to immutable. Each AST node resolves it's variables/symbols...