]> gitweb.factorcode.org Git - factor.git/history - extra/gml
scryfall: add more filter/reject words, better mtga parser
[factor.git] / extra / gml /
2024-02-25 John Benediktssonsequences.generalizations: adding lastn, set-lastn...
2023-09-18 John Benediktssongml.core: use check-instance
2023-09-10 Capitalmath.trig: remove reference to this vocab
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2023-01-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-01 John Benediktssoncolors: merge colors.constants and colors.hex.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-22 Cat Stevensl2-norm -> norm in the rest of the places
2021-12-22 Cat Stevensvnorm rename
2020-02-26 John Benediktssonmath.matrices: rename m./m.v/v.m to mdot/mdotv/vdotm.
2020-02-26 John Benediktssonmath.vectors: rename "v." to "vdot"
2019-12-08 Cat Stevensmath.matrices: rewrite, modernize and overhaul
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-11 John Benediktssonui.gadgets.labeled: make <labeled-gadget> not take...
2017-10-25 John Benediktssonui.gadgets.labeled: cleanup labeled-gadget words.
2017-10-24 John Benediktssonmath: using ``v.`` instead of ``v* sum`` in a few places.
2017-08-06 Doug Colemangml.parser: Use multiline.
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-07-06 Björn Lindqvistbasis/,core/,extra/: many new tags
2017-06-01 Doug Colemangml.runtime: Don't let gml double up on class/word...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-07-12 John Benediktssonusing [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
2016-04-04 John Benediktssonstrings.parser: remove parse-short-string, everyone...
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-30 John Benediktssonmaintain gml, euler, flatland, pong, multi-methods...
2015-07-22 Doug Colemangml: move to unmaintained for now.
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
2015-07-16 John Benediktssonpeg: use escaped character classes.
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-12-17 John Benediktssongml.viewer: fix using.
2014-12-17 John Benediktssonui: use control-value/set-control-value in a few places.
2014-12-01 John Benediktssonchange errors to use "object" instead of "obj".
2014-11-08 Doug Colemanbasis, extra: Use zip-index.
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-10 John Benediktssonuse "of" in place of "swap at".
2013-06-18 Doug Colemangml, euler: Initial commit.