- Integrated [tree-sitter-c](https://github.com/tree-sitter/tree-sitter-c) C grammar with TRACE32 HLL extensions (range operator, symbols, ...) - New node types for PRACTICE commands with HLL expressions, for example `(hll_update_expression)`. - Command options with option values are supported - All values of command format parameters accessible - Updated queries for syntax highlighting and tests - Nodes `(c_type_declaration)`, `(c_subscript_expression)`, `(c_cast_expression)`, `(c_field_expression)`, `(internal_c_variable)`, `(type_identifier)`, `(c_pointer_expression)` and `(c_field_expression)` were removed.