-
Notifications
You must be signed in to change notification settings - Fork 2
Lara dsl deprecation #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staging
Are you sure you want to change the base?
Conversation
LanguageSpecification/src/org/lara/language/specification/dsl/LanguageSpecification.java
Show resolved
Hide resolved
WeaverGenerator/src-jmh/org/lara/interpreter/weaver/generator/benchmarks/SpecFactory.java
Show resolved
Hide resolved
WeaverGenerator/src/org/lara/interpreter/weaver/generator/commandline/WeaverGenerator.java
Outdated
Show resolved
Hide resolved
WeaverGenerator/test/org/lara/interpreter/weaver/generator/fixtures/SpecXmlBuilder.java
Show resolved
Hide resolved
WeaverInterface/src/org/lara/interpreter/joptions/config/interpreter/LaraIKeyFactory.java
Show resolved
Hide resolved
… default value selection
…rence determination
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes deprecated LARA DSL-related code as part of a cleanup effort. The changes involve deleting numerous auto-generated parser AST (Abstract Syntax Tree) files and the Gradle settings file.
- Removal of approximately 100+ auto-generated AST node classes from the LARA ECMAScript parser
- Deletion of the Gradle settings configuration file
- All removed files were generated code (marked with "Generated By:JavaCC" or "Generated By:JJTree" headers)
Reviewed changes
Copilot reviewed 177 out of 1295 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| JJTLARAEcmaScriptState.java | Removed auto-generated parser state management class |
| AST*.java (multiple files) | Removed auto-generated AST node classes for various language constructs (statements, expressions, declarations, etc.) |
| settings.gradle | Removed Gradle build configuration with project dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…nd LaraiStoreDefinition classes.
…or module cache bypass
…import for module cache bypass" This reverts commit 6d37bb8.
No description provided.