grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

Support AWS DynamoDB grammar

Open lqjack opened this issue 6 years ago • 2 comments
trafficstars

Do you have a plan to Support AWS DynamoDB grammar ?

lqjack avatar Jun 26 '19 15:06 lqjack

@KaltZK I notice that the dynamo local have contained parser.

lqjack avatar Jul 04 '19 07:07 lqjack

I've check the dynamo-local. The main jar include the generated grammar. But if we want to generate it to another language, the g4 file is missing.

I'm not used to the antlr tools, I try to find a way to upgrade the dynamodb code in dax drivers to use a fresher version of antlr.

Here the file present:

  • DynamoDbGrammar.interp
  • DynamoDbGrammar.tokens
  • DynamoDbGrammarLexer.interp
  • DynamoDbGrammarLexer.tokens

vincent-ogury avatar Jun 28 '24 14:06 vincent-ogury