[go: up one dir, main page]

Activity for ZILF

  • Tara McGrew Tara McGrew created a blog post

    ZILF 0.6 released

  • Tara McGrew Tara McGrew modified ticket #11

    Parser: object inference

  • Tara McGrew Tara McGrew posted a comment on ticket #11

    Done, see https://bitbucket.org/jmcgrew/zilf/issue/17/parser-object-inference.

  • Tara McGrew Tara McGrew modified ticket #9

    Parser: support commands ending with a preposition

  • Tara McGrew Tara McGrew posted a comment on ticket #9

    Done, see https://bitbucket.org/jmcgrew/zilf/issue/15/parser-support-commands-en...

  • Tara McGrew Tara McGrew modified ticket #16

    A/T tokens not working

  • Tara McGrew Tara McGrew posted a comment on ticket #16

    Fixed. https://bitbucket.org/jmcgrew/zilf/issue/22/implement-a-t-tokens-for-tell

  • Tara McGrew Tara McGrew posted a comment on discussion Help

    This is now working.

  • Tara McGrew Tara McGrew created a blog post

    ZILF is leaving SourceForge

  • Jesse McGrew committed [23a22b]

    Use PeepholeBuffer for routine preamble.

  • Jesse McGrew committed [ec67b2]

    Set the "terminating characters" header in V5 i...

  • Jesse McGrew committed [354f3a]

    Added support for character literals in TELL.

  • Jesse McGrew committed [564ba6]

    Optimize PUSH+POP into SET.

  • Jesse McGrew committed [4a5f50]

    Clean up compiler warnings.

  • Jesse McGrew committed [7864c2]

    Support pseudo-activation syntax for PROG/REPEA...

  • Jesse McGrew committed [c50f6a]

    Added a simple implementation of ERROR.

  • Jesse McGrew committed [b4ac12]

    Zapf: Fixed one or more bugs related to referri...

  • Jesse McGrew committed [bd124a]

    Made MSETG a synonym for CONSTANT (whether or n...

  • Jesse McGrew committed [2699c1]

    Warn when ignoring COND or (sometimes) VERSION?...

  • Jesse McGrew committed [b9f97f]

    ADECLs evaluate to the EVAL of their left side.

  • Jesse McGrew committed [2ac256]

    Zapf: Optimizations for AbbrevFinder.

  • Jesse McGrew committed [e5de9c]

    Allow a CHTYPE'd constant (e.g. a DEFSTRUCT TAB...

  • Jesse McGrew committed [344087]

    Expose VOCAB table to ZIL code.

  • Jesse McGrew committed [9272b4]

    Dummy SUBR implementations for ZSECTION, ZZSECT...

  • Jesse McGrew committed [821a5a]

    Fix exception when using a SEGMENT to call a fu...

  • Jesse McGrew committed [5ab35d]

    Added opcode aliases: ZRANDOM, ZBUFOUT, ZPRINTB...

  • Jesse McGrew committed [d24831]

    Added opcode aliases: ZREMOVE, ZPRINT, ZREAD, Z...

  • Jesse McGrew committed [00073e]

    Basic implementation of DEFSTRUCT.

  • Jesse McGrew committed [013e59]

    Made TABLE its own primtype, so a CHTYPE'd tabl...

  • Jesse McGrew committed [37a1f4]

    Changed ADECL parsing so ".FOO:BAR" is parsed a...

  • Jesse McGrew committed [25201b]

    Handle ADECLs as operands.

  • Jesse McGrew committed [f3710e]

    Split up the "Z-code" #region in Subrs.cs.

  • Jesse McGrew committed [5fce2d]

    REST of a one-character string is an empty stri...

  • Jesse McGrew committed [69865a]

    Added <LONG-WORDS?> directive, which generates ...

  • Jesse McGrew committed [a2c07a]

    ITABLE now accepts the PURE flag.

  • Jesse McGrew committed [ab3e36]

    Fixed ILIST/IVECTOR to evaluate its argument (f...

  • Jesse McGrew committed [8a56ae]

    Fixed bug where ZILF sometimes tried to create ...

  • Jesse McGrew committed [ec2926]

    Implemented LOOKUP, INSERT (2-argument form), R...

  • Jesse McGrew committed [d0fe64]

    Allow ADECLs in Z-code BIND/PROG/REPEAT binding...

  • Jesse McGrew committed [b547dd]

    Upgraded all projects to .NET Framework 4.5.1.

  • Jesse McGrew committed [111b42]

    Added DEFINE-GLOBALS.

  • Jesse McGrew committed [f0f36c]

    Dummy implementations of CHECKPOINT and STACK.

  • Jesse McGrew committed [7e958f]

    Implemented byte-within-word syntax for LOWCORE...

  • Jesse McGrew committed [e6f1f4]

    Zilf.Emit: Sanitize names of parameters and loc...

  • Jesse McGrew committed [b7de98]

    ADECLs can be used in place of ATOMs in BIND/PR...

  • Jesse McGrew committed [2e6777]

    Added the <FUNNY-GLOBALS?> directive, which rem...

  • Jesse McGrew committed [cd0050]

    Added <FILE-FLAGS MDL-ZIL?>, which makes DEFINE...

  • Jesse McGrew committed [6504eb]

    Added file operations OPEN, CLOSE, FILE-LENGTH,...

  • Jesse McGrew committed [2e0438]

    Dummy implementation of Z-code CHTYPE.

  • Jesse McGrew committed [36ca80]

    ZPUT can replace two adjacent bytes with a word.

  • Jesse McGrew committed [15bb14]

    Made ITABLEs mutable at compile time.

  • Jesse McGrew committed [f20cae]

    Zapf: Raise an error if too many globals or obj...

  • Jesse McGrew committed [a1aa17]

    Added MIN and MAX.

  • Jesse McGrew committed [f71f1c]

    Added the header extension table for V5, integr...

  • Jesse McGrew committed [bffaeb]

    Added ZGET/ZPUT and GETB/PUTB to work with tabl...

  • Jesse McGrew committed [fef7a8]

    RETURN (and AGAIN) can now return from (or repe...

  • Jesse McGrew committed [df2f52]

    Added SEMI custom type.

  • Jesse McGrew committed [117583]

    Implemented "MANY" for PROPDEF.

  • Jesse McGrew committed [ebe4a5]

    Added <RFATAL> and FATAL-VALUE constant.

  • Jesse McGrew committed [2e2224]

    Added support for the SPLICE type. In situation...

  • Jesse McGrew committed [ad7dcb]

    Changed builtin argument validation to require ...

  • Jesse McGrew committed [1a79a4]

    AGAIN in V5 now resets local variable defaults ...

  • Jesse McGrew committed [644100]

    Set source line for errors raised while convert...

  • Jesse McGrew committed [dea9c7]

    Added SETG20 and DEFINE20 as aliases for SETG a...

  • Jesse McGrew committed [85ad47]

    Implemented the "supports sound" header flag fo...

  • Jesse McGrew committed [4d0544]

    Added support for the PATTERN list in TABLE, ye...

  • Jesse McGrew committed [5ec17e]

    Implemented MEMBER/MEMQ, and REST for VECTORs.

  • Jesse McGrew committed [83738a]

    Allow quirky form of GLOBAL.

  • Jesse McGrew committed [d4f9d3]

    Improved LOWCORE: added more fields, byte field...

  • Jesse McGrew committed [c08b43]

    Fixed handling of SPLICEs from macros used insi...

  • Jesse McGrew committed [e2bd5c]

    Implemented <ZIP-OPTIONS> to control the FLAGS2...

  • Jesse McGrew committed [2abf6f]

    Allow ADECLs in arg specs.

  • Jesse McGrew committed [a5507d]

    Fixed exception when compiling a routine for V5...

  • Jesse McGrew committed [e10eba]

    Added compile-time XORB and EQVB.

  • Jesse McGrew committed [f394b3]

    Partially implemented SUBSTRUC, to copy element...

  • Jesse McGrew committed [e702da]

    Added compact vocabulary format, <SETG COMPACT-...

  • Jesse McGrew committed [ed8df6]

    Added DEFAULT-DEFINITION, REPLACE-DEFINITION, D...

  • Jesse McGrew committed [812217]

    Implemented F?, ZGET, ZREST, ZBACK, and ZAPPLY ...

  • Jesse McGrew committed [a0b329]

    Zapf: Added a TODO.

  • Jesse McGrew committed [f16db2]

    Added compile-time MOD.

  • Jesse McGrew committed [1eab94]

    Allow the first argument to CONSTANT to be an A...

  • Jesse McGrew committed [0c0dbd]

    Changed <VOC> to return a #VOC object instead o...

  • Jesse McGrew committed [58b97a]

    A couple TODOs.

  • Jesse McGrew committed [d7c9d5]

    Support custom property builders set with <PUTP...

  • Jesse McGrew committed [609c73]

    Implemented <ORDER-OBJECTS?> (ROOMS-FIRST, ROOM...

  • Jesse McGrew committed [f3bbeb]

    Mostly implemented PROPDEF patterns.

  • Jesse McGrew committed [91ca79]

    Allow FALSE in a TELL output template.

  • Jesse McGrew committed [4c140e]

    Added compile-time 0? and 1?.

  • Jesse McGrew committed [510190]

    Enable quirks mode for INC/DEC so <INC .X> is e...

  • Jesse McGrew committed [a8b4b8]

    Allow a list of end statements in <DO>, as in <...

  • Jesse McGrew committed [efc6bd]

    Allow <RETURN> to return a value from <DO>.

  • Jesse McGrew committed [6192f2]

    Updated ZLR.VM.dll.

  • Jesse McGrew committed [001997]

    Collapse two spaces following '.' or '|' into o...

  • Jesse McGrew committed [7a2137]

    Zapf: Added another failing test for label conv...

  • Jesse McGrew committed [5ab146]

    Syntax lines may contain a list of synonyms aft...

  • Jesse McGrew committed [1e338a]

    If a constant LAST-OBJECT is defined, ZILF will...

  • Jesse McGrew committed [c84e2e]

    Make empty DebugFileWriterTests.MyTestMethod in...

  • Jesse McGrew committed [bc4a00]

    Zapf: Implemented debug directives in AntlrBase...

  • Jesse McGrew committed [1a858f]

    Added <ORDER-TREE?>, a directive to control the...

  • Jesse McGrew committed [2f2ba8]

    Compile #BYTE values in word table initializers...

1 >