vuvoth
vuvoth
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...
# 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....
## Steps to Reproduce Issue For example, the program below should fail when we call add_to_many_field. ```move public struct ABC has key, store{ id: UID } public fun create(ctx: &mut...
## Steps to Reproduce Issue ``` git clone https://github.com/vuvoth/move-to-the-moon cd move-to-the-moon sui move test -- coverage sui move coverage source --module add ``` ## Expected Result Should report at least...