]> gitweb.factorcode.org Git - factor.git/history - basis/peg
scryfall: make decks better, import from moxfield
[factor.git] / basis / peg /
2024-01-06 John Benediktssonpeg.ebnf: also remove ebnf-parser word-prop
2024-01-06 John Benediktssonpeg.ebnf: reset ebnf words properly
2023-09-16 John Benediktssonpeg.search: fix tests
2023-09-13 John Benediktssonpeg.search: rename search/replace to peg-search/peg...
2023-08-28 John Benediktssonpeg: fewer futures is fine
2023-08-28 John Benediktssonpeg: adding a future test case
2023-08-28 John Benediktssonpeg: revert back to old with-compilation-unit behavior
2023-08-28 John Benediktssonpeg: use concurrency.lock for compilation
2023-08-28 John BenediktssonRevert "peg: compile parser at compile-time so parallel...
2023-08-28 John Benediktssonpeg: compile parser at compile-time so parallel-map...
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-06-06 John Benediktssonpeg: some cleanup and make words internal
2023-06-06 John Benediktssonpeg.debugger: removing unused error
2023-06-06 John Benediktssonpeg: need to compile at top level to prevent races...
2023-06-02 John Benediktssonpeg: adding docs for PARTIAL-PEG: and PEG:
2023-06-02 John Benediktssonpeg: make a version that doesn't assert input was fully...
2023-06-01 John Benediktssonpeg: use memoize-quot instead of private words
2023-06-01 John Benediktssonpeg: use memoize to simplify PEG: and allow it to reset...
2023-05-31 John Benediktssonpeg: move check-parse-result from peg.ebnf
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-28 Doug Colemanfactor: fix some whitespace
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-12-16 Raghu Rpeg.ebnf: fix typo in ebnf.factor
2022-12-16 Ikko Ashiminepeg.ebnf: fix typo in ebnf.factor 2724/head
2022-12-13 John Benediktssonpeg.ebnf: fix named variables in groups
2022-12-06 Giftpflanzepeg: Add documentation for PEG:
2022-09-11 Doug Colemanbasis: use lint.vocabs tool to trim using lists
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-07-31 Doug Colemanfactor: swap over is `tuck`
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-04-14 John Benediktssonpeg.ebnf: remove un-necessary ebnf-ignore-repeat{0,1}.
2021-03-16 Giftpflanzepeg: Fix documentation
2021-02-26 Alexander Iljinpeg.ebnf-docs: add help for EBNF-PARSER:
2021-02-26 Alexander Iljinpeg.parsers-docs: fix some typos
2021-01-28 Doug Colemanfactor: trim using lists
2020-12-21 Doug Colemanpeg.ebnf: Fix bug with ~ ignore and labels and add...
2020-12-15 John Benediktssonpeg.ebnf: use with-words.
2020-11-24 John BenediktssonRevert "peg: make check-action inline."
2020-11-23 John Benediktssonpeg: fix (parse) to not compile every time it's called.
2020-11-23 John Benediktssonpeg: make check-action inline.
2020-11-23 John Benediktssonpeg.parsers: make range-pattern more efficient for...
2020-11-23 John Benediktssonpeg.ebnf: don't need to use syntax words.
2020-11-23 John Benediktssonpeg: document (repeat) stack effect can return f.
2020-11-20 John Benediktssonpeg.ebnf: simplify M\ ebnf-non-terminal (transform...
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-11-03 Doug Colemanpeg.ebnf: Allow ] in character classes. 2359/head
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-03-15 Cat Stevensfix various typos; cleanup and fully document boyer...
2019-09-27 John Benediktssonpeg: less stack shuffling in define-parser-word.
2019-09-26 John Benediktssonpeg: reuse code in compile-parsers-quots.
2019-09-26 John Benediktssonpeg.parsers: use splitting.
2019-09-26 John Benediktssonpeg.parsers: simplify range-pattern.
2019-09-26 John Benediktssonpeg.ebnf: minor cleanup.
2019-09-26 John Benediktssonpeg: some cleanup.
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2017-08-06 Doug Colemanpeg.ebnf: Add EBNF-PARSER: to define a word that return...
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-01-05 John Benediktssonuse reject instead of [ ... not ] filter.
2016-11-27 John Benediktssonsome cleanup.
2016-10-28 Alexander Iljinpeg.ebnf-docs: add note on including "-" in the charact...
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-30 John Benediktssonpeg.ebnf: different (better) error for peg.ebnf.semanti...
2016-03-30 John Benediktssonpeg.ebnf: add a note for bug #23 and prefix articles...
2016-03-30 John Benediktssonpeg: simplify parse-satisfy.
2016-03-30 Doug Colemanpeg: Throw an error if nothing at all matches at positi...
2016-03-30 Doug Colemanpeg: Don't need to add empty errors here. It breaks...
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2016-03-29 John Benediktssonpeg.ebnf: whoops, fix using for some reason not include...
2016-03-29 John Benediktssonpeg.ebnf: fix and a better fix.
2016-03-28 John Benediktssonpeg.ebnf: reset qualified-vocabs so FROM: statements...
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-09-02 John Benediktssonpeg: some cleanup.
2015-09-02 John Benediktssonpeg: fix some old docs that referred to "p1".
2015-08-30 Jon Harperpeg.ebnf: support escaped double quote in a string
2015-08-18 John Benediktssonminor cleanup.
2015-08-16 Doug Colemanpeg: 'convention' -> convention-parser for Factor word...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-20 John Benediktssonpeg: replace uses of digits>integer with string>number.
2015-07-19 Doug Colemanfactor: trim more whitespace from #! comments
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
next