Adds screenshot.

This commit is contained in:
Felix Queissner 2015-08-22 15:36:24 +02:00
parent 0ec7051b5b
commit 9313bde8d5
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,10 @@ which is used to execute all user code in a virtual machine.
The vm can execute some code and is able to call native code.
Also it leaks memory. A lot of memory.
## Screenshots
![Screenshot of current version]
(http://s.mq32.de/?x6a3)
## Todo List
- Fix memory leaks
-- Validation code leaks memory

View file

@ -41,5 +41,5 @@ END
PUB fun() -> i : INT
BEGIN
10 -> i;
5 -> i;
END