cas-parser 0.2.0

Parser for the CalcScript language
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]

#![allow(clippy::single_range_in_vec_init)] // for reporting one or more spans to errors

pub mod tokenizer;
pub mod parser;