bootstrap

log genesis/ometa/ometa-interpreter.church

age author description
13 months ago John Leuner shuffle around code to seperate ometa grammar parser, church parser
13 months ago John Leuner cleanup new interpreter
13 months ago John Leuner new church interpreter now bootstraps (uses simple list actions instead of closures) (does not depend on having runtime code generation)
14 months ago John Leuner add ast rewrite rules to let new church.g grammar match old church grammar with church/test/loop.church as input
14 months ago John Leuner align church.g and church2.g (testing with church/test/fn.church)
14 months ago John Leuner work/mess in progress
14 months ago John Leuner work in progress
15 months ago John Leuner change ometa-main to take user-specified parseralpha-5
15 months ago John Leuner remove double entry of ometa-interpreter from Makefile (was causing symbols to be defined twice)
15 months ago John Leuner add and enable the new ometa interpreter