]> git.mdlowis.com Git - proto/sclpl-rb.git/commit
added cerise compiler script
authorMichael D. Lowis <mike@mdlowis.com>
Wed, 28 Dec 2022 03:08:42 +0000 (22:08 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Wed, 28 Dec 2022 03:08:42 +0000 (22:08 -0500)
commit5012e2d56cbc9c897698cd5423f2dd8bd04fb34f
treea1201f39a6c550ee1c82dae8b0b0b6fc642f2cf8
parent3dddbc4cf6ebdbfd62814ec02ac9050e52ca5edd
added cerise compiler script
build.sh [new file with mode: 0755]
inputs/cerise.m [new file with mode: 0644]
inputs/sclpl.src [new file with mode: 0644]
lib/cerise.rb [new file with mode: 0755]
lib/sclpl.rb [moved from lib/dyn.rb with 86% similarity]
lib/utils/anf.rb [new file with mode: 0644]
lib/utils/base_lexer.rb [new file with mode: 0644]
lib/utils/base_parser.rb [new file with mode: 0644]
lib/utils/parser.rb [new file with mode: 0644]
lib/utils/sym_table.rb [new file with mode: 0644]