Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-19 | more cleanup | dos-reis | 1 | -10/+15 | |
2011-04-19 | * boot/tokens.boot: charUpcase, charDowncase, stringUpcase, | dos-reis | 1 | -15/+13 | |
singDowncase, valueEq? are new builtin functions. * boot/ast.boot (bfMembr): Tidy. | |||||
2011-04-19 | * interp/newfort.boot: Likewise. | dos-reis | 1 | -0/+62 | |
* interp/define.boot (orderBySubsumption): Fix thinko. * interp/boot-pkg.lisp: Use BOOTTRAN package. Don't import names individually. * boot/utility.boot: New. * boot/translator.boot (exportNames): Fix thinko. * boot/tokens.boot: Add charEq? and scalarEq? builtiin functions. * boot/ast.boot (bfMember): Generate call to symbolMember? for membership tests for symbols. |