Stone_Red
|
1dfa39492f
|
Change namespace of some files
|
2022-03-31 13:23:19 +02:00 |
|
Stone_Red
|
510d2d910c
|
Add more statements and bug fixes
- Add `Execute(List<string>...` method to interpreter
- Add escape sequence (`!!`)
- Fix `Evaluator.Calulate` method not correctly handling `-` and `+` prefixes
|
2022-03-31 13:01:31 +02:00 |
|
Stone_Red
|
29bbcebf74
|
Change code flow and variable statements
- Labels (`lbl`) in functions are now local
- Fix code smell problems
|
2022-03-31 12:56:35 +02:00 |
|
Stone_Red
|
83f99d4dd5
|
Code structure improvements
|
2022-03-10 12:43:22 +01:00 |
|
Stone_Red
|
4bef308ff2
|
- Add predefined variables
- Add `mod` function
- Improve function calling syntax
|
2022-01-13 13:39:02 +01:00 |
|
Stone_Red
|
ea5bbda2c7
|
- Fix code editor resize problems
- Fix crash when using `get` our `out` multiple times with the same variable name
- Show the name of the file in which the error occured
|
2022-01-13 07:30:37 +01:00 |
|
Stone_Red
|
895eb51c8d
|
- Add function in and out parameters
|
2022-01-11 19:08:15 +01:00 |
|
Stone-Red-Code
|
2a7e8074ba
|
- Add functions
- Code improvements
|
2021-11-19 20:49:55 +01:00 |
|