Skip to content

Miscellaneous improvements

James Westman requested to merge misc into main
  • Remove the Pratt (operator precedence) parser. It's not needed, we can do the same thing with sequences and repetition.
  • Disallow trailing | in flags
  • Disallow the g* type names (gboolean, gchararray, etc). Blueprints should use the more friendly bool, string, etc.
  • Fix bugs when parsing number literals
  • Improve type checking in expressions

Merge request reports