corrected event code in gfxlib
Merge branch 'develop' of https://git.code.sf.net/p/winforth64/code into develop
Updated build tools version. Corrections in gfxlib
Working on exception handling
First welcome screen with new primitives.
First successful compilation with new primitives.
Added some debug helpers, fixed several inconsistencies.
Debugging primitives. Corrected API invocations.
Still debugging primitives...
Debugging primitives...
Debugging primitives...
Debugging primitives
Preparation to make primitives relocatable
And yet still rewriting primitives in assembler...
Still rewriting primitives in assembler...
Rewriting primitives in assembler...
Rewriting primitives in assembler
Preparation for release 1.2
Preparation for DTC optimization
Added CSP check during compilation
Added posibility to change numerical base during TRACE eceuxtion
Fixed several asm generation bugs, added asm generators for several primitives.
Compilation of control flow words rewritten to use separate stack.
Experimenting with control-flow stack during compilation.
SAVE-INPUT and RESTORE-INPUT now works correctly.
Added timer.f for execution speed measurement.
Fixed problem in SAVE-INPUT, RESTORE-INPUT.
First success compilation in Ubuntu.
First success compilation with Cygwin
Added AVLTree, implemented in OOF
Fixed bug in POSTPONE for non-immediate words
Removed ?STATE word as not needed.
OOF: added abstract interface example
small cleanup
Added words I' J' K'
Linux port preparation: fkernelin.asm - rewrintten in nasm
Porting to linux: initial make file
Preparation to linux port
Merge branch 'master' of https://git.code.sf.net/p/winforth64/code
Preparing for linux port: implementing some platform depended stuff: create thread, events.
Added midi out support and example
added conversion of geo-coordinates to decimal degrees
Added example of conversion files to c-array. Added class File. Added new methods to array.
FILE-SIZE now calls _ftelli64. Added letter frequency calculator.
Corrected code generation for cp!
Implemented asm code generation for EXECUTE
Implemented code generation for ror rol, rdepth
An attempt to compile with cygwin
Console demo now exits normally
Added dll definition file
investigating the problem of invalid asm code generation in nested loops
Moving to latest toolset 143
Corrected VARIABLE definition.Added new tokens to asm code generator.
added gitignore, update readme
initial commit