Revision faa6377dc822aefd2aa750b380efcace85fc3357 authored by ilyas ahsan on 27 December 2023, 13:57:06 UTC, committed by GitHub on 27 December 2023, 13:57:06 UTC
1 parent defadc9
Raw File
README.md
# V Language grammar for ANTLR4
Because of the grammar similarity between Golang and V,

It's modified from `golang.g4`

Examples are all from [V language's official website](https://vlang.io)

## Known Issues:
- Because of the V is under early stage, its grammar is not so stable for now.

- some golang features are not completely removed in the `V.g4` file.
back to top