Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Pipeline

The pipeline for going from vildlang to vildcode, is quite linear, and not much unlike how many other languages do it. Though currently, not much of the pipeline is implemented. The plan is to have a system like this:

Source codeLexerParserASTLoweringVildcode  tokenstoken streambuildsconsumesemits VildHIR







Beyond this point, Nemunas takes the VildHIR and makes it into VildMIR, which then gets further compiled, until it is executable code.