-
The error message appearing for some of yolol errors has a typo (see screenshot below).
![image](https://user-images.githubusercontent.com/4456212/79469499-85b7ec00-8000-11ea-9e43-749eeae24baf.png)…
-
**Description of Issue**
If a statement in Yolol generate a nan (not a number) or inf (infinite value), this value can be placed in a variable or a field.
**Step to reproduce - nan**
Run the foll…
-
When pasting in the following code:
```
if :ButtonState then goto 2 end goto 1
:test = 20
:jmp = 2 :from=1 :a=-1// Jump exe to "B" from this chip ("A")
```
The program gives the following error:…
-
Implement some tests for the vscode-extension.
-
Suggestion
```yaml
networks:
- &primary
- !rack
module:
- !chip_core
- !chip
ChipWait: waitMagic
script: "rack'em up.yolol"
- …
-
When I try to run "YololEmulator.exe" from the 2.0 release I get this message:
`Error:
An assembly specified in the application dependencies manifest (YololEmulator.deps.json) was not found:
…
-
Give the user the ability to decide which statements belong on one line and which ones should be on seperate lines.
-
I just ran into an issue where attempting to save with what the plugin considered improper code had the plugin attempting to overwrite my current code with what seems like what it last considered to b…
-
Bugs happen, especially in a complex optimisation pipeline like this. To help catch bugs develop a very basic "fuzzer" which will simply run a given Yolol program ~100 times (in parallel?) with a tota…
-
At the moment the CFG pass will generate a graph like this:
Division has generated a `Runtime Error` edge exiting the block (because division by zero is a runtime error). However in this case i…