- 11 Dec, 2020 1 commit
-
-
Tara McGrew authored
-
- 16 Nov, 2020 3 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
-
- 17 Jan, 2021 7 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
Add SET-SOURCE-INFO (in the READER-MACROS package) for use by QQ.
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
After loading the package with <USE "QQ">, ` and ~ can be used to quote values while replacing the inner parts. Before: <DEFMAC PROB ('N) <FORM L? '<RANDOM 100> .N>> After: <DEFMAC PROB ('N) `<L? <RANDOM 100> ~.N>> Fixes ZILF-180.
-
Tara McGrew authored
<MAKE-PREFIX-MACRO!-READER-MACROS!- !\$ ,PREFIX-$> will register a prefix macro, such that $FOO will be replaced with the value returned by <PREFIX-$ FOO> at read time. <MAKE-PREFIX-MACRO!-READER-MACROS!- !\$ <>> will remove the previously registered macro. Partly addresses ZILF-181.
-
Tara McGrew authored
-
- 29 Dec, 2020 1 commit
-
-
Tara McGrew authored
This is based on the approach described by Matthew Russotto at <https://intfiction.org/t/highly-optimized-abbreviations-computed-efficiently/48753>.
-
- 11 Dec, 2020 1 commit
-
-
Tara McGrew authored
-
- 08 Dec, 2020 2 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
-
- 25 Oct, 2020 1 commit
-
-
Alex Proudfoot authored
-
- 15 Nov, 2020 1 commit
-
-
Tara McGrew authored
-
- 07 Nov, 2020 1 commit
-
-
Tara McGrew authored
Enable nullable reference type checks. Clean up various compiler/analysis warnings, including use of "is not" pattern matching.
-
- 30 Oct, 2020 2 commits
-
-
Tara McGrew authored
[ZILF-222]
-
Tara McGrew authored
Issue error ZIL0400 on its own for required arguments in GO. Adapt diagnostic text for ZIL0400 and ZIL0403 to these situations. [ZILF-210]
-
- 29 Oct, 2020 1 commit
-
-
Tara McGrew authored
(h/t Roman Bartke) [ZILF-206]
-
- 24 Oct, 2020 1 commit
-
-
Tara McGrew authored
-
- 23 Oct, 2020 3 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
This test bug was previously masked by a bug in ZLR's implementation of LEX.
-
- 13 Oct, 2020 5 commits
-
-
Tara McGrew authored
This ensures the correct .json files are included, fixing ZILF-217.
-
Tara McGrew authored
-
Tara McGrew authored
The test projects aren't built in the Release configuration anyway, but this suppresses the Visual Studio warnings about internal symbols being inaccessible.
-
Tara McGrew authored
(They're actually instantiated with late binding.)
-
Tara McGrew authored
The ZLR bug was fixed in zlr@8da60fa007f1.
-
- 11 Oct, 2020 6 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
Fix more ZilfAnalyzers issues. More cleanup related to .NET/C# version updates.
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
-
Tara McGrew authored
-
- 20 Sep, 2020 2 commits
-
-
Tara McGrew authored
-
Tara McGrew authored
-
- 10 Sep, 2020 1 commit
-
-
Tara McGrew authored
-
- 09 Sep, 2020 1 commit
-
-
Tara McGrew authored
-