]> gitweb.factorcode.org Git - factor.git/commit
parser, source-files, syntax: have MAIN: store the main entry point in the source...
authorJoe Groff <arcata@gmail.com>
Thu, 18 Aug 2011 03:58:09 +0000 (20:58 -0700)
committerJoe Groff <arcata@gmail.com>
Thu, 18 Aug 2011 03:58:09 +0000 (20:58 -0700)
commite1390875caef8d9df4fb04544f71a9b7ce1062cb
tree1e80a92822637c8021c158722323a36a08714753
parent8feb6c68e2058738c4c558fbba2c7d99034f6279
parser, source-files, syntax: have MAIN: store the main entry point in the source-file record in addition to the vocabulary. Have run-file execute the MAIN: word for a file if present after evaluating its contents.
basis/command-line/command-line-docs.factor
core/parser/parser-docs.factor
core/parser/parser.factor
core/source-files/source-files.factor
core/syntax/syntax-docs.factor
core/syntax/syntax.factor