lexariel 0.1.0

Lexical analyzer for Asmodeus language
Documentation
1
2
3
4
5
6
7
8
9
10
mod unit {
    pub mod basic_tokenization_tests;
    pub mod keyword_tests;
    pub mod identifier_tests;
    pub mod number_tests;
    pub mod punctuation_tests;
    pub mod comment_tests;
    pub mod position_tests;
    pub mod error_tests;
}