initial public release of the @step-nc STEP/STEP-NC toolchain#1
Merged
Conversation
…workspaces guidelines
- Clean up stale reference in tsup.config.ts - Configure examples/ as workspace package with package.json and tsconfig.json - Add EXPRESS geometry schema example (geometry.exp) - Create tokenize-file.ts script demonstrating @step-nc/express-parser API - Add example:parse convenience script to root package.json The examples package demonstrates EXPRESS parsing with a didactic geometry schema and provides a complete tokenization script with category analysis and diagnostics. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
- Add src/ast/statements.ts with all EXPRESS statement node types - Add src/ast/base.ts with Position, Span, and SyntaxKind definitions - Add src/ast/types.ts with EXPRESS type node definitions - Add src/ast/expressions.ts with EXPRESS expression node definitions - Update src/index.ts to export all new AST types - Add ROADMAP.md documenting project phases and current progress Part of Fase 2: Definición del AST (tipos) Co-authored-by: Cursor <cursoragent@cursor.com>
- Implement ParserContext for managing token navigation and diagnostics in the parser. - Add utility functions for handling token positions and spans. - Enhance the index file to export new parser types and context. - Include comprehensive tests for ParserContext functionality.
…ling - Introduce ParserContext for improved token navigation and diagnostic management. - Add new parsing functions for handling types, expressions, and statements. - Update existing parser files to integrate new functionalities and improve organization. - Enhance exports in index.ts to include new parser components. - Implement comprehensive tests for new parser features and synchronization logic.
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…ection Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…g EXPRESS schemas
… pipeline, and components
…SDoc and inline documentation
…ostics and entity management
…ss-dictionary package
… package development
…file for model-based
…eclaration support
…art and end points
…ce chain for unique rules
…o reduce memory usage
…upport and add unique rule
…ested function declarations
…rs for all packages
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.
initial public release of the @step-nc STEP/STEP-NC toolchain