Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ZIL Coding - Start Here!

48 views
Skip to first unread message

Happy MAC XL

unread,
Nov 30, 2017, 4:36:48 AM11/30/17
to
ZILF and ZAPF are available at https://bitbucket.org/jmcgrew/zilf/, with source code for the tools, and ZIL code for a parser and samples, including a port (of a port of a port) of Colossal Cave. The parser probably isn't as robust as the original, but it uses the same table formats.

Eli the Bearded

unread,
Dec 18, 2017, 7:15:52 PM12/18/17
to
Bitbucket makes it really hard to find the source if you use a browser
like lynx. "hg clone https://bitbucket.org/jmcgrew/zilf/" seems to be
the answer, but the only download there (for me) is for a compiled
version.

Then I try to compile it (using mcs on NetBSD) and I get a slew of
errors:

AbbrevFinder.cs(146,76): error CS1644: Feature `declaration expression'
cannot be used because it is not part of the C# 6.0 language
specification
Context.cs(232,46): error CS1644: Feature `type pattern matching' cannot
be used because it is not part of the C# 6.0 language specification
[...]

This seems like a difficult to use project.

Elijah
------
knows almost nothing of C Sharp
0 new messages