github.com/nevalang/neva@v0.23.1-0.20240507185603-7696a9bb8dda/internal/compiler/parser/smoke_test/README.md (about)

     1  # Smoke Tests
     2  
     3  This directory contains smoke tests for code generated by ANTLR from `neva.g4` file.
     4  
     5  These tests generally needed to debug ANTLR grammar. They are especially helpful in conjunction with VSCode's ANTLR debugger. If you got you need to debug _grammar_ (not parser itself) you should use these smoke tests.
     6  
     7  You may find unit-tests for parser and parser's listener helpers in the `parser` directory.