CassandraDataModeler icon indicating copy to clipboard operation
CassandraDataModeler copied to clipboard

Move from Regexs to a Grammar

Open clohfink opened this issue 9 years ago • 1 comments

Use something like http://pegjs.org/ to parse the CREATE TABLE statement instead of a complex regex (which misses some scenarios)

clohfink avatar Jun 23 '16 02:06 clohfink

I'm very much +1 on this. The regex approach is failure prone.

phact avatar Jun 23 '16 23:06 phact