@nomicfoundation/slang
Advanced tools
Changelog
0.7.0
#502 c383238
Thanks @AntonyBlakey! - Added error recovery i.e. a CST is always produced, even if there are errors. The erroneous/skipped text is in the CST as a TokenKind::SKIPPED
token.
#501 cb221fe
Thanks @OmarTawfik! - generate typescript string enums for CST kinds
#517 8bd5446
Thanks @OmarTawfik! - extract inlined and sub-expressions in language grammar
#518 b3b562b
Thanks @OmarTawfik! - fill in missing CST node names
#515 f24e873
Thanks @OmarTawfik! - switch over the NPM package to use CommonJS modules instead of ES modules.
#498 44f1ff7
Thanks @OmarTawfik! - flatten unnamed CST nodes into parent nodes
#502 c383238
Thanks @AntonyBlakey! - Use the Rowan model for the CST i.e. TokenNodes contain the string content, and RuleNodes contain only the combined length of their children's text.
#499 1582d60
Thanks @OmarTawfik! - preserve correct ranges on empty rule nodes
#500 73ddac9
Thanks @OmarTawfik! - inlining CST nodes that offer no additional syntactic information
#512 72dc3d3
Thanks @AntonyBlakey! - Expression productions now correctly wrap the recursive 'calls' in a rule node
Changelog
0.6.0
#490 ea8e7e7
Thanks @OmarTawfik! - provide API to list supported language versions
#489 15c34a7
Thanks @OmarTawfik! - replace panics with JS exceptions in npm package
d7f171c
Thanks @DaniPopes! - introduce a cli
Cargo feature to compile the CLI binaryChangelog
0.5.0
#475 0cdfe86
Thanks @OmarTawfik! - match TypeScript and Rust API namespaces
#477 13c85a2
Thanks @OmarTawfik! - move expression operators into separate nodes
#481 0269f2b
Thanks @OmarTawfik! - fix grammar versions of individual keywords
#473 11d8cb0
Thanks @OmarTawfik! - upgrade to rust 1.69.0
Changelog
0.4.0
#458 c0fc7e9
Thanks @AntonyBlakey! - Record both character and byte offsets for input positions
#463 0958d6b
Thanks @OmarTawfik! - use number
and getters in npm public API
Changelog
0.3.0
#457 b7aae2a
Thanks @OmarTawfik! - minor grammar fixes
#453 0f2f9ab
Thanks @OmarTawfik! - move Rust's syntax::Parser::Language
API to root module
#454 85dec01
Thanks @OmarTawfik! - moving to Rust version 1.65.0
#456 c6d1041
Thanks @OmarTawfik! - expose ParseError
API
#451 78f633c
Thanks @OmarTawfik! - rename VisitorExitResponse::StepIn
to VisitorExitResponse::Continue
Changelog
0.2.0
2a5b193
Thanks @OmarTawfik! - support user defined operators#416 fb977a5
Thanks @OmarTawfik! - fix primary expressions parser order
#434 beb3708
Thanks @OmarTawfik! - fix UnicodeStringLiteral versioning
#430 8b7492e
Thanks @OmarTawfik! - update READMEs with links to packages and user guides.
#425 9b49b3d
Thanks @OmarTawfik! - add user guides to rust crate and npm packages.
#432 1d1a8bb
Thanks @OmarTawfik! - fix FunctionCallOptions versioning
#427 1103916
Thanks @AntonyBlakey! - fix VariableDeclarationStatement versioning