Bepsi
|
d86abdc0d3
Implement DO loops and image loading
|
před 6 roky |
Bepsi
|
e3009d4119
- Implement dynamic variables
|
před 6 roky |
Bepsi
|
8146368949
Fix for loop completing in advance
|
před 6 roky |
Bepsi
|
110c17aa65
Change from a recursive execution model to a hybrid iterative execution model
|
před 6 roky |
Bepsi
|
f566080f2e
Implement inputs
|
před 6 roky |
Bepsi
|
6af435ddb1
Fix unary expression handling
|
před 6 roky |
Bepsi
|
de0308dbbb
Reimplement variable handling
|
před 6 roky |
Bepsi
|
939bc1abb6
Implement more keywords and base functions
|
před 6 roky |
Bepsi
|
53a17d625a
Implement basic function parameter and return value semantics
|
před 6 roky |
Bepsi
|
aee9a60b8a
Print unhandled exception messages to the console
|
před 6 roky |
Bepsi
|
75ce4d28e9
Introduce variables and obtain keywords via reflection
|
před 6 roky |
Bepsi
|
bd82ea182e
Implement initial runtime engine and JIT
|
před 6 roky |
Bepsi
|
373be72abf
Move base definitions from the compiler to the engine
|
před 6 roky |
Bepsi
|
e5133fa35a
Show actual version of compiler in console output
|
před 6 roky |
Bepsi
|
591bd5bd96
Rename Interpreter namespaces and projects to Engine
|
před 6 roky |
Bepsi
|
7fa0386937
Preprocessor fixes
|
před 6 roky |
Bepsi
|
13de0f4919
Implement ERH header parsing
|
před 6 roky |
Bepsi
|
bcb37ed15b
Move constant expression logic to preprocessor class
|
před 6 roky |
Bepsi
|
80f751a5bc
Misc pre-processor fixes
|
před 6 roky |
Bepsi
|
2370bfa475
Specify special formatted keywords
|
před 6 roky |
Bepsi
|
61b442b3e9
Finalizing fixes for akumamaid
|
před 6 roky |
Bepsi
|
5d2b59655b
BEGIN and comment fixes
|
před 6 roky |
Bepsi
|
d1b1ef3202
Implement warnings
|
před 6 roky |
Bepsi
|
28e74f3c05
Initial implmentation of ternary logic
|
před 6 roky |
Bepsi
|
1bf2bc1c7d
Clean up now useless string mode code
|
před 6 roky |
Bepsi
|
fff548c760
Reimplement string parsing in the Parser superclass
|
před 6 roky |
Bepsi
|
088149014c
Misc parenthesis and CSV fixes
|
před 6 roky |
Bepsi
|
641a52b412
Add standalone compiler
|
před 6 roky |
Bepsi
|
d2c38f8924
Implement proper CSV parsing
|
před 6 roky |
Bepsi
|
4c8a6ad8d1
Change from interpreter based engine to compiler based
|
před 6 roky |