[849] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

Re: Compile and Decompile

daemon@ATHENA.MIT.EDU (Fri Dec 1 11:57:13 1995 )

Date: Fri, 1 Dec 1995 09:24:14 +0000 ()
From: Brandon Gillespie <brandon@tombstone.sunrem.com>
To: coldstuff@tombstone.sunrem.com
In-Reply-To: <199512010120.RAA12318@asparagus.tenetwork.com>

> Not compile object, compile method, which IS at least in Coldmud...
>
> [...] compile()

Compile is staying, infact, it is expanding to:

+compile()           (accepts a list of strings, returns parsetree)
+decompile()         (accepts a parsetree, returns a list of strings)
+add_method()        (accepts a parsetree or a list of strings)

(check out http://cold.org/syntax.txt, that is my latest 1.0 syntax sheet)

-Brandon