Files @ 17fe648a8934
Branch filter:

Location: CSY/reowolf/src/protocol/tests/mod.rs

17fe648a8934 142 B application/rls-services+xml Show Annotation Show as Raw Download as Raw
MH
Partial reimplementation of compiler and TypeTable

Every type symbol and its possible polymorphic variables are now
parsed up front and put in the SymbolTable, doing away with the
complicated and error-prone NamespacedIdentifier. Still pending
changes to parts of the compiler and the runtime, so not working
at the moment.
1
2
3
4
5
6
7
8
mod utils;
mod lexer;
mod parser_validation;
mod parser_inference;
mod parser_monomorphs;
mod parser_imports;

pub(crate) use utils::{Tester};