slang-users mailing list

[2001 Date Index] [2001 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: question


shortie \(HiNet\) <shortie@xxxxxxxxxxxxxx> wrote:
>is it possible to devide s-lang into 2 parts?
>
>that is, in the current configuration,
>s-lang source is interpreted block-by-block.
>can i compile s-lang source into token file,
>and then run interpreter from token file?

You can preparse the .sl files to .slc files and then interpret the
.slc files.  See the documentation on the slang function
"byte_compile_file" for more information.  The jed editor makes use of
this function to preparse its library files.

--John


[2001 date index] [2001 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]