Add L_DOLLAR and R_DOLLAR

This commit is contained in:
Edwin Cheng 2019-04-11 11:02:41 +08:00
parent ac6ab07587
commit 74e846b9ec
2 changed files with 6 additions and 0 deletions

View file

@ -118,6 +118,8 @@ Grammar(
"LIFETIME",
"COMMENT",
"SHEBANG",
"L_DOLLAR",
"R_DOLLAR",
],
nodes: [
"SOURCE_FILE",