An AQL Subset Compiler implemented by 322.
.
├── Readme.md
├── content.md
├── dataset
│ ├── PerLoc.aql
│ ├── PerLoc.input
│ ├── PerLoc.output
│ ├── Revenue.aql
│ ├── Revenue.input
│ └── Revenue.output
└── src
├── Lexer.cpp
├── Lexer.h
├── Parser.cpp
├── Parser.h
├── Tokenizer.cpp
├── Tokenizer.h
├── View.cpp
├── View.h
├── main.cpp
└── regex.cpp
2 directories, 18 files
- Interpreter
- Lexer
- Parser
- Text Tokenizer Pattern Matcher
- Regular Expression Engine
- @Vitasuper
- @Tommy
- @Giaempang
- @MacroWolf