aboutsummaryrefslogtreecommitdiff
path: root/src/interp/posit.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-23 06:18:38 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-23 06:18:38 +0000
commit91d664eb6380ea490a6d30d0230f907a613652d3 (patch)
treedd3bf796a152087d94776490a13a7ef31ed9b2bf /src/interp/posit.boot
parentb825ed51bc11564e35f84a88bbb43fbe2ac51d99 (diff)
downloadopen-axiom-91d664eb6380ea490a6d30d0230f907a613652d3.tar.gz
* lisp/core.lisp.in: Export basic types and compiler data types.
* interp/modemap.boot (knownInfo): Fix latent bug uncovered by type declarations. * boot/ast.boot: Remove type definitions. (bfIN): Handle DOT as loop variable. (bfON): Likewise. Allow a loop variable to iterator over its own tails. * boot/parser.boot (bfTyping): Simplify. (bpSimpleMapping): Fix thinko.
Diffstat (limited to 'src/interp/posit.boot')
-rw-r--r--src/interp/posit.boot8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interp/posit.boot b/src/interp/posit.boot
index 114916ee..82d1f09d 100644
--- a/src/interp/posit.boot
+++ b/src/interp/posit.boot
@@ -35,10 +35,10 @@ import sys_-macros
import astr
namespace BOOT
module posit where
- %Position <=> %List
- tokType: %List -> %Symbol
- tokPart: %List -> %Thing
- tokPosn: %List -> %Position
+ %Position <=> %List %Form
+ tokType: %List %Form -> %Symbol
+ tokPart: %List %Form -> %Thing
+ tokPosn: %List %Form -> %Position
$nopos ==
['noposition]