summaryrefslogtreecommitdiff
path: root/tests/examplefiles/gsql
Commit message (Collapse)AuthorAgeFilesLines
* GSQL lexer syntax changes (#2006)Gregory Grubbs2021-12-302-29/+258
| | | | | | | | | * Add square, angle and single underscore to punct; simplify string regex * Add dollar as operator in LOAD DDL; add pipe as op for resused edge names * Add to test file to test recent lexer fixes * Added PR# to new test cases
* Fix single and multiline comment regex for GSQL (#2002)Gregory Grubbs2021-12-282-121/+231
| | | | | * Fix single and multiline comment regex for GSQL * Add examples for end-of-line and multiline comments with embedded keywords
* Added lexer for parsing GSQL files (#1866)DanBarkus2021-08-082-0/+1726
| | | | | | | | | | | | | | | * Added GSQL lexer * encased keywords in 'words' function added link to language reference * added additional word functions * Added copyright annotation Removed commented out string * re-built test output file * Updated words to Keywords
* Revert "Added GSQL lexer (#1809)"Matthäus G. Chajdas2021-07-182-1726/+0
| | | | This reverts commit 710cac79c34412e551a4a92bcd7dd07d5d770922.
* Revert "Update golden test output for GSQL."Matthäus G. Chajdas2021-07-181-161/+161
| | | | This reverts commit 93e9bf3fc4d5cc6631a510d485096d03a05d3b23.
* Update golden test output for GSQL.Matthäus G. Chajdas2021-07-181-161/+161
|
* Added GSQL lexer (#1809)DanBarkus2021-07-182-0/+1726
* Added GSQL lexer * encased keywords in 'words' function added link to language reference * added additional word functions