- 10 Aug, 2021 1 commit
-
-
Jesse McGrew authored
This fixes an issue where two words that were both used as prepositions couldn't be made synonymous. [ZILF-230] This touches an arcane part of the compiler and needs more thorough testing.
-
- 30 Jul, 2021 1 commit
-
-
Jesse McGrew authored
-
- 07 Mar, 2022 1 commit
-
-
Jesse McGrew authored
-
- 18 Jan, 2022 2 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
-
- 11 Aug, 2021 2 commits
-
-
Jesse McGrew authored
LISTs. This fixes an issue where omitting the parens around a clause would cause the FORMs inside to be treated as individual clauses (as if they were lists), producing unexpected behavior and confusing warnings. Note that clauses undergo macro expansion first, so a FORM can still appear where a clause is expected, as long as it's a macro invocation expanding to a FALSE or non-empty LIST. [ZILF-212]
-
Jesse McGrew authored
narrow to hold the number of elements. [ZILF-220]
-
- 30 Jul, 2021 1 commit
-
-
Jesse McGrew authored
property, where the user probably forgot to escape an apostrophe. [ZILF-105]
-
- 20 Jun, 2021 2 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
-
- 11 Jul, 2021 1 commit
-
-
Jesse McGrew authored
Info ZIL0311 is also added if the cause is specifically V3's lower resolution. [ZILF-71]
-
- 09 Jul, 2021 3 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
The patch implements Wagner's optimal parse algorithm, to make better use of the abbreviations when encoding text. This commit imports it with some formatting changes.
-
Jesse McGrew authored
-
- 06 Jul, 2021 2 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
<MIN> returns int.MaxValue, and <MAX> returns int.MinValue.
-
- 04 Jul, 2021 1 commit
-
-
Jesse McGrew authored
These are likely to be typos, or dead code at best. [ZILF-157]
-
- 16 Jun, 2021 1 commit
-
-
Jesse McGrew authored
-
- 15 Jun, 2021 1 commit
-
-
Jesse McGrew authored
[ZILF-117]
-
- 11 Jun, 2021 2 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
-
- 07 Mar, 2021 2 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
-
- 27 Feb, 2021 5 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
Try -maxcpucount:1 in CI build script. (Test hangs/errors possibly related to https://github.com/dotnet/sdk/issues/9585)
-
Jesse McGrew authored
-
Jesse McGrew authored
-
Jesse McGrew authored
-
- 17 Jan, 2021 1 commit
-
-
Jesse McGrew authored
-
- 16 Jan, 2021 1 commit
-
-
Jesse McGrew authored
-
- 11 Dec, 2020 1 commit
-
-
Jesse McGrew authored
-
- 16 Nov, 2020 3 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
-
Jesse McGrew authored
-
- 17 Jan, 2021 6 commits
-
-
Jesse McGrew authored
-
Jesse McGrew authored
Add SET-SOURCE-INFO (in the READER-MACROS package) for use by QQ.
-
Jesse McGrew authored
-
Jesse McGrew authored
-
Jesse 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.
-
Jesse 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.
-