Derek Stride
Results
11
comments of
Derek Stride
It's also possible to update the existing `keyword_autoincrement` to be a choice between the two options: ```js keyword_autoincrement: _ => choice(make_keyword("autoincrement"), make_keyword("autoincrement")), ```