OSDN Git Service

Support double
authorMIZUNO Hiroki <mzpppp@gmail.com>
Mon, 23 Jun 2008 14:14:11 +0000 (23:14 +0900)
committerMIZUNO Hiroki <mzpppp@gmail.com>
Mon, 23 Jun 2008 14:14:11 +0000 (23:14 +0900)
commit3cf6fa7c5c3719ebce25bdebcc17d21d1bed76c8
treed86bbcb46f5e98c586ac01869c093b0670bc539e
parentcc20a79eadb52c265f6fe42fe2f1a387d81f9931
Support double

- double literal(e.g. 42.1)
- add double operator(e.g. +. -. ,etc)
example/expr.scm
example/literal.scm
src/ast.ml
src/bytes.ml
src/lexer.ml
test/test_bytes.ml
test/test_lexer.ml
util/instruction.txt