]> gitweb.factorcode.org Git - factor.git/commit
core: Add auto-use to syntax and add -ea parameter to factor command line.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 21 Dec 2021 21:15:15 +0000 (15:15 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 21 Dec 2021 21:18:34 +0000 (15:18 -0600)
commit507a22111e605804dede90e00abdd80c73826b04
treea14691a78444b79b3a93561cfd6e1882661b7b95
parent94fc1f5faf4df0ba11d10ccecc71d996472102cc
core: Add auto-use to syntax and add -ea parameter to factor command line.

./factor -ea="..." will now auto-use

Both of these now work:
./factor -ea="1 1 + ."
./factor -e="auto-use 1 1 + ."
README.md
basis/command-line/startup/startup.factor
core/bootstrap/syntax.factor
core/parser/parser.factor
core/syntax/syntax.factor