Vu Vo

Results 27 issues of Vu Vo

We should follow this structure: - crate **parser** only process parser with abstract TokenKind stream. We don't care about concrete token. - **syntax** crate wrap parser with concrete token and...

refactor

# Motivation We are using handwritten parse in a noname project. We should create specs about grammar in BNF form. This helps us to agree with current grammar and makes...

# Motivation We are facing a few problems when testing noname: - Can't test fails to compile messages cli. - Can't ensure consistency when updating parser or analyzer error messages....

discussion