Hallo, es gibt ein neues Release (0.9.12) von L1VM.
Neu ist diesmal das es ersten Support für int16 und int32 Variabeln Typen gibt.
Das ist allerdings noch experimentell und mit Vorsicht zu verwenden!
Im Zweifelsfall also wie bisher int64 Für Ganzzahlen verwenden.

Neu ist das man jetzt mit dem "-C" Flag die Anzahl der CPU threads zur Laufzeit bei der VM
verwenden kann! Und mit "-S" die Stackgröße setzen kann.

Neu: um L1VM zu installieren geht man wie folgt for:

Zuerst muss man folgende Pakete installieren (Debian):
SDL-dev, SDL_gfx-dev, SDL_image-dev, SDL_ttf-dev und libfann-dev.

Dann clont man das GitHub Repo: (in einer Shell die folgenden Befehle eingeben)

$ git clone https://github.com/koder77/l1vm.git
$ cd l1vm
$ ./install.sh

Wenn keine Fehlermeldung kommt, dann sollte alles intalliert sein.
Auch alle Beispiele im prog/ Verzeichnis.
Diese Schritte müssen auch bei Windows 10 WSL angewandt werden!



====================================================================================
Hello, there is a new release (0.9.12) of L1VM.
New: experimental support for int16 and int32 variable types!
If you want to stay safe, then you can use int64 types as usual.

New: the "-C" flag to set the CPU threads number at runtime.
And the "-S" flag to set the stack size.

New: to install L1VM do the following:

Install the needed packages first (Debian):
SDL-dev, SDL_gfx-dev, SDL_image-dev, SDL_ttf-dev and libfann-dev.

Clone the GitHub repo: (open a shell and type the following commands)

$ git clone https://github.com/koder77/l1vm.git
$ cd l1vm
$ ./install.sh

If you get no warning message then everything should be ok!
The install script also builds the examples in prog/.
This steps are also needed on Windows 10 WSL!

ChangeLog
---------
L1VM - (0.9.12)
VM: bugfix: now the -C flag for setting the number of max threads works right.
In the load-object.c always the definition from compile time was used.
Now it uses the user set value right.

New: VM: -S flag for setting the stack size:

$ l1vm fractalix-2.3 -S 1000

New: OSV capstan build directories updated for latest capstan build tool!

New: modules directory with the "build.sh" script to build all modules.
And the "install.sh" script to install the modules into "/usr/local/lib".

New: syntax highlighter directory: with the highlighter for Kate text editor!

BUGFIX: now stpopd in brackets code works as it should do!
New: support for int16 and int32 variable types in the brackets compiler.

-- Stefan Pietzonke <jay-t@gmx.net> Fri Jan 10 2020 18:00 +0100