masala-parser icon indicating copy to clipboard operation
masala-parser copied to clipboard

Javascript Generalized Parser Combinators

Results 35 masala-parser issues
Sort by recently updated
recently updated
newest added

the `README.md` links to this: http://www.robusta.io/masala-parser/ts/modules/_masala_parser_d_.html it is presently 404. Instructions for how to generate the site pages would be nice, if you can't re-host it.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

The parser response gives the index, but not the current line. I started to put consumed inside a `meta:{consumed, line} `object. Thought I think it's a good pattern, it's probably...

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.9 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

Instead of `F.try(F.try(x).or(y)).or(z)` or `F.try(x).or(F.try(y)).orz()`, we could use `F.tryAll(x, y, z)`

eos() could be not working with genlex

i could be ``` npm install @masala/email npm install @masala/date npm install @masala/http ``` These eight commom regex are a good start: https://code.tutsplus.com/tutorials/8-regular-expressions-you-should-know--net-6149 For http, we should talk to this...