![]() |
nsbaci 1.0
|
NsbaciCompiler class declaration for nsbaci. More...


Go to the source code of this file.
Classes | |
| class | nsbaci::compiler::NsbaciCompiler |
| nsbaci compiler implementation using flex and bison. More... | |
Namespaces | |
| namespace | nsbaci::compiler |
| Compiler namespace containing all compilation-related stuff. | |
| namespace | nsbaci |
| Root namespace for the nsbaci application. | |
NsbaciCompiler class declaration for nsbaci.
This module provides the concrete nsbaci implementation of the Compiler interface. NsbaciCompiler uses flex for lexical analysis and bison for parsing to compile BACI source code into p-code instructions.
The compiler supports:
Future features (not yet implemented):