https://github.com/antlr/grammars-v4
Raw File
Tip revision: b019c956c3405ebcb7d78f38ee9a902c598519ef authored by Daniel Santiago on 18 April 2024, 18:17:28 UTC
[SQLite] Add unicode charset to `IDENTIFIER` (#4053)
Tip revision: b019c95
.gitignore
**/.DS_Store
/**/.project
/**/.classpath
/**/.settings/
/**/target
/**/bin

# Visual Studio Generated
.antlr
.fetch_time_cache
.vs/
.vscode/
.gradle/

#IntelliJ Idea project files
.idea/
*.iml
/**/gen
*.tokens
out

# Ignore C# regression temporaries.
**/Generated*/

# Ignore Emacs backup files.
*~
\#*\#

# Ignore downloaded temporaries create by _scripts/get-antlr.ps1
antlr4-*-complete.jar

back to top