Tags give the ability to mark specific points in history as being important
-
v1.4.0
4dfc02b3 · ·First release also tested (1.4.0) Finishing-off the 1.3.x-branch with the start of a new one. The 1.3.x should be stable. Now however also proven so.
-
v1.3.5
b82c7565 · ·Reverse Lua-language bridging The common way of deployin built-in Lua: FROM application -> TO a lua_State. Both directions can iow be done. The reversed bridging in mycalc is achieved by lending an existing (created but inactive) lua_State, the service VM (if started). Methods for invoking: * pcall - using "During" protocol: '\l<string>' * interactive - Ener using the "service" command (new). Exit using ^D
-
v1.3.3
bcd96e3a · ·Release version 1.3.3 * push()/pop() in E-AST works as intended * Tests verifying the above * Statistic varidiac build-ins added * Man-page update
-
v1.3.2
ad758ab7 · ·Release version 1.3.2 * First real VM execution. I.e. push()/pop() in E-AST - Manual calling convention - which gives much better performance than automatic * Improved run-time stability * Many bug-fixes * Improved test-framework with new and improved tests - Input/output formatters can and are tested - VM operation and stack commands
-
v1.3.1
e94a9de0 · ·Release version 1.3.1 * Doesn't exit on simple run-time errors * Many bug-fixes * Much improved tests and test-framework
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-