masala-parser
                                
                                
                                
                                    masala-parser copied to clipboard
                            
                            
                            
                        Javascript Generalized Parser Combinators
Bumps [jsonify](https://github.com/ljharb/jsonify) from 0.0.0 to 0.0.1. Changelog Sourced from jsonify's changelog. v0.0.1 - 2022-10-11 Commits [eslint] fix indentation 1c92797 [eslint] add eslint 6a05332 [readme] rename, add badges, soft-wrap cb1bd1a [actions]...
Bumps [@babel/plugin-transform-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-class-properties) from 7.25.9 to 7.27.1. Release notes Sourced from @babel/plugin-transform-class-properties's releases. v7.27.1 (2025-04-30) Thanks @kermanx and @woaitsAryan for your first PRs! :eyeglasses: Spec Compliance babel-parser #17254 Allow using of...
Bumps [interpret](https://github.com/gulpjs/interpret) from 1.1.0 to 1.4.0. Commits 4de57b5 Release: 1.4.0 82ca2e3 Build: Remove toml test on old release stream 3776905 New: Support .mjs extension (closes #65) d9dafbf Build: Add node...
 The reason is reject returns the last offset, not the initial. ```js // Parser 'a 'c -> Parser 'a 'c function doTry(p) { return new Parser((input, index = 0)...
tuple.occurence is badly typed See integration-ts/examples/1-easy/occurence.spec.ts // TODO: expected error due to dad typing // expect(resp.value.at(0).array()).toEqual('a');