Groups
Groups
Sign in
Groups
Groups
alt.sources
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–8 of 8
Jonathan Amsterdam
6/10/89
AAL sources (8 of 8)
compiler for
AAL
. ;;; Copyright 1988 by Jonathan
Amsterdam
. All Rights Reserved. (provide 'comp) (requires 'initial "initial.lisp") ;;; The "compiler
unread,
AAL sources (8 of 8)
compiler for
AAL
. ;;; Copyright 1988 by Jonathan
Amsterdam
. All Rights Reserved. (provide 'comp) (requires 'initial "initial.lisp") ;;; The "compiler
6/10/89
Jonathan Amsterdam
6/10/89
AAL sources (7 of 8)
;;; -*- Mode: LISP; Syntax: Common-lisp; Package: USER; Base: 10 -*- ;;; Interpreter for AAL. ;;;
unread,
AAL sources (7 of 8)
;;; -*- Mode: LISP; Syntax: Common-lisp; Package: USER; Base: 10 -*- ;;; Interpreter for AAL. ;;;
6/10/89
Jonathan Amsterdam
6/10/89
AAL sources (6 of 8)
deducer for
AAL
. ;;; Copyright 1988 by Jonathan
Amsterdam
. All Rights Reserved. (provide 'deducer) (require 'initial "initial.lisp") (require 'streams
unread,
AAL sources (6 of 8)
deducer for
AAL
. ;;; Copyright 1988 by Jonathan
Amsterdam
. All Rights Reserved. (provide 'deducer) (require 'initial "initial.lisp") (require 'streams
6/10/89
Jonathan Amsterdam
6/10/89
AAL sources (5 of 8)
;;; -*- Mode: LISP; Syntax: Common-lisp; Package: USER; Base: 10 -*- (provide 'parser) (require
unread,
AAL sources (5 of 8)
;;; -*- Mode: LISP; Syntax: Common-lisp; Package: USER; Base: 10 -*- (provide 'parser) (require
6/10/89
Jonathan Amsterdam
6/10/89
AAL sources (4 of 8)
;;; -*- Mode: LISP; Syntax: Common-lisp; Package: USER; Base: 10 -*- ;;; Copyright 1988 by Jonathan
unread,
AAL sources (4 of 8)
;;; -*- Mode: LISP; Syntax: Common-lisp; Package: USER; Base: 10 -*- ;;; Copyright 1988 by Jonathan
6/10/89
Jonathan Amsterdam
6/10/89
AAL sources (3 of 8)
by Jonathan
Amsterdam
. All Rights Reserved. (provide 'streams) (defconstant *empty-stream* nil) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
unread,
AAL sources (3 of 8)
by Jonathan
Amsterdam
. All Rights Reserved. (provide 'streams) (defconstant *empty-stream* nil) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6/10/89
Jonathan Amsterdam
6/10/89
AAL sources (2 of 8)
adventure in
AAL
. ;;; First, basic stuff you'd find in every adventure. ;;; Some conventions: objects are AT locations, player is CARRYING things, ;;; things can be IN other things
unread,
AAL sources (2 of 8)
adventure in
AAL
. ;;; First, basic stuff you'd find in every adventure. ;;; Some conventions: objects are AT locations, player is CARRYING things, ;;; things can be IN other things
6/10/89
Jonathan Amsterdam
6/10/89
AAL sources (1 of 8)
filename:
aal
;;;
AAL
: The Adventure Authoring Language. Version 1.0. ;;; Copyright 1988 by Jonathan
Amsterdam
. All Rights Reserved. ;;; This is the main file for loading. Loading
unread,
AAL sources (1 of 8)
filename:
aal
;;;
AAL
: The Adventure Authoring Language. Version 1.0. ;;; Copyright 1988 by Jonathan
Amsterdam
. All Rights Reserved. ;;; This is the main file for loading. Loading
6/10/89