Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
chore: railroad diagram with rr (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba authored Feb 23, 2024
1 parent 44f5568 commit 4ba3fc9
Show file tree
Hide file tree
Showing 58 changed files with 4,571 additions and 1 deletion.
2 changes: 1 addition & 1 deletion railroad-diagrams/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Diagrams are generated by [ANTLR4 grammar syntax support](https://marketplace.visualstudio.com/items?itemName=mike-lischke.vscode-antlr4).
Diagrams are generated by [rr](https://github.com/GuntherRademacher/rr).

Before generation, the symbols and keywords in Parser are replace with the ones in Lexer, through an oneliner shell cmd:
```shell
Expand Down
40 changes: 40 additions & 0 deletions railroad-diagrams/diagram/EOF.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions railroad-diagrams/diagram/asc_desc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions railroad-diagrams/diagram/boolean_value.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions railroad-diagrams/diagram/cast_type.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions railroad-diagrams/diagram/collation_name.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions railroad-diagrams/diagram/column_alias.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions railroad-diagrams/diagram/column_name.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4ba3fc9

Please sign in to comment.