//! Module for compiling your language
//!//! This module supplies you with many features, among them - `Compiler`
//! that helps you tokenize your code or even parse it entirely.
modlexing;modcompiler;modtoken;modparser;pubmodfailing;pubuselexing::*;pubusecompiler::*;pubusetoken::*;pubuseparser::*;