unlogic
Loading...
Searching...
No Matches
unlogic::Compiler Class Reference

#include <Compiler.h>

Public Member Functions

std::expected< city::Assembly, CompilationErrorCompile (std::string_view program_text, std::vector< bf::Token< ParserGrammarType > > *tokens=nullptr)
 
 Compiler ()
 

Detailed Description

Definition at line 17 of file Compiler.h.

Constructor & Destructor Documentation

◆ Compiler()

Compiler::Compiler ( )

Definition at line 53 of file Compiler.cpp.

Member Function Documentation

◆ Compile()

std::expected< city::Assembly, CompilationError > Compiler::Compile ( std::string_view  program_text,
std::vector< bf::Token< ParserGrammarType > > *  tokens = nullptr 
)

Definition at line 9 of file Compiler.cpp.


The documentation for this class was generated from the following files: