Tags give the ability to mark specific points in history as being important
-
v7.1.2
Release: Release v7.1.2c3f72e17 · ·- Fix parsing of `(option_expression)` enclosed in parentheses.
-
v7.1.1
Release: Release v7.1.13cf14164 · ·- Add GitHub mirror to readme. - Remove `(trace32_hll_variable)` references from readme. - Fix update of parser version in `src/parser.c`.
-
v7.1.0
Release: Release v7.1.0dc49ed11 · ·- `(option_expression)` can handle complex values with expressions. Accepted expressions differ for commands with and without HLL support.
-
-
-
v7.0.0
05612392 · ·- New node `(macro_text_expansion)` for situations where the script logic relies on the text replacement properties of PRACTICE macros. - `(symbol)` nodes starting with machine or program names are highlighted as constants. - Other `(symbol)` nodes are now highlighted like variables. - Accept `(file_handle)` nodes with one or more `(macro)` nodes. The macros contain the numerical value of the file handle. - `(symbol)` nodes are now supporting dynamic segments with `(macro)` nodes. - `(trace32_hll_variable)` nodes are removed. All instances are replaced by `(symbol)` nodes. `(trace32_hll_variable)` and `(symbol)` have always shared the same syntax and could be used interchangeably. However, `(symbol)` is the more generic type. Ultimately, the decision of whether a symbol is a TRACE32 internal HLL variable needs to be made at a higher level.
-
-
-
-
-
-
-
v6.0.04
3ca170a3 · ·- Publish Node.js package with prebuilt binaries. - Automatically create releases with WebAssembly module on GitLab.
-
-
v6.0.2
b9b06e39 · ·- Added missing license information. - Added "Contributing" and "License" sections to readme. - Switch to Tree-sitter v0.25.10 - Fixed parsing errors for `(elif)` and `(else)` blocks. - Dropped `(comment)` limitation from readme file.
-
-
v6.0.0
4936c9d2 · ·- Switch to manual parsing of `(comment)` nodes. Otherwise, we cannot detect `(string)` nodes that contain `//` or `;`. - Improved parsing of `(string)`.
-
v5.5.5
e92734fc · ·- Add GitLab CI builds for Python sdist package - Add GitLab CI builds for Rust package
-
-
v5.5.3
f07e5594 · ·- Switch to Tree-sitter v0.25.7 - Reduce number of conflicts for `(if_block)` and `(else_block)`. The capture range after `(if_block)` is now clearly defined.