Blazebit / blaze-expression

Apache License 2.0
5 stars 6 forks source link

Keyword suggestion through ANTLR parser #6

Open beikov opened 4 years ago

beikov commented 4 years ago

It would be cool if we could also suggest keywords in e.g. the monaco editor. It should be doable to identify what tokens are expected next. We should obviously only suggest word-based tokens, no punctuation.

Also look into how https://github.com/mike-lischke/antlr4-c3 could help here or maybe even just use that library.