Expand description
Wreccs library-crate which makes up the actual compiler without side-effects
Modules§
- compiler
- Scanner -> Parser -> Typechecker -> Codegen
- preprocessor
- Scans input file into preprocessor-tokens and handles all preprocessing-directives
Macros§
Functions§
- compile
- Compiles preprocessor-tokens to a x86-64 string, using functionality defined in compiler
- preprocess
- Preprocesses given input file by converting String into preprocessor-tokens.