Fixes for AST classes. Add parse tree and AST inspectors. (AST feature branch)#1637
Merged
Fixes for AST classes. Add parse tree and AST inspectors. (AST feature branch)#1637
Conversation
Contributor
antvaset
commented
Nov 4, 2025
- Add JSON serializer for BigDecimal.
- Small fixes for AST classes.
- Update the playground to support viewing the parse tree and AST in addition to ELM.
|
Formatting check succeeded! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ast #1637 +/- ##
======================================
Coverage ? 65.50%
Complexity ? 1646
======================================
Files ? 474
Lines ? 27537
Branches ? 5481
======================================
Hits ? 18037
Misses ? 7201
Partials ? 2299 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
JPercival
approved these changes
Nov 4, 2025
JPercival
added a commit
that referenced
this pull request
Feb 11, 2026
* Checkpoint * Checkpoint * WIP * WIP * WIP * WIP * Remove some experiments that didin't work * WIP * Agents.md * WIP emitter * Remove accidentally committed file * Fixes for AST classes. Add parse tree and AST inspectors. (AST feature branch) (#1637) Fixes for AST classes. Add parse tree and AST inspectors. * Serialize BigDecimals as JSON strings in AST JSONs * AST tree viewer * Fix JSON class discriminator clash * Fix Kotlin version * KMP for SystemModelInfoProvider. Inline model info XML for JS targets. * Multiplatform access to test resources * Fix LoadTestResourcesTask * Only run JVM and Node.js tests * Update CQL playground README * Update CQL playground README * File naming * Generate AST in web worker * CQL docs * AST design docs * Fix typo --------- Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

