]> gitweb.factorcode.org Git - factor.git/commit
require numeric literals to begin and end with a digit/decimal point so that stuff...
authorJoe Groff <arcata@gmail.com>
Wed, 2 Sep 2009 02:14:26 +0000 (21:14 -0500)
committerJoe Groff <arcata@gmail.com>
Wed, 2 Sep 2009 02:14:26 +0000 (21:14 -0500)
commit1a04bc1124e8c20262babafe56ce0b9cd84e8680
tree8683f1eb9c2dfca0cbcf9fa9d349a31c089fd106
parentd2bef9e32a4216957c3d890d7f5404a8fb857fc5
require numeric literals to begin and end with a digit/decimal point so that stuff like "," and "1," don't parse as numbers
core/math/parser/parser-tests.factor
core/math/parser/parser.factor