Here is a list of all documented files with brief descriptions:
ByteCompiler.cpp | C++ implementation of bytecode compiler and VM emulator for desktop |
ByteCompiler.hpp | Bytecode compiler headers |
ByteCompiler.lexer.cpp | Lexer part of bytecode compiler was autogenerated by flex ByteCompiler.lex |
ByteCompiler.parser.cpp | Syntax parser part of bytecode compiler (with compiler calls) was autogenerated by bison ByteCompiler.yacc |
ByteCompiler.parser.hpp | |
FORTH.c | Global Virtual Machine universal part (ANSI C'89 code shared between byte compiler & embedded) |
FORTH.h | Global Virtual Machine headers (ANSI C'89 code shared between byte compiler & embedded) |