|
Failed to load latest commit information. |
|
Test
|
New component containing tests for simple LOOP.
|
Dec 2, 2016
|
|
SICL.text
|
Added description of the project.
|
Jan 22, 2011
|
|
accumulation-clause.lisp
|
Defined method on ACCUMULATION-VARIABLES specialized to ACCUMULATION-…
|
Jan 9, 2015
|
|
always-clause.lisp
|
Replaced three methods by a single one on ACCUMULATION-VARIABLES.
|
Jan 13, 2015
|
|
analysis.lisp
|
The test is EQ and the key is FIRST.
|
Jan 10, 2015
|
|
append-clause.lisp
|
Remove useless blank line
|
Nov 24, 2015
|
|
clause.lisp
|
Improve punctuation and text style in comments about clauses.
|
Jul 20, 2016
|
|
collect-clause.lisp
|
Added method on BODY-FORM specialized to COLLECT-IT-INTO-CLAUSE.
|
Jan 10, 2015
|
|
combinatory-parsing.lisp
|
Simplify Boolean logic.
|
Jan 19, 2017
|
|
compile-time-conditions.lisp
|
internationalization: don't use obsolete nickname
|
Jun 27, 2016
|
|
condition-reporters-english.lisp
|
internationalization: don't use obsolete nickname
|
Jun 27, 2016
|
|
conditional-clause.lisp
|
Bind *IT-VAR* before generating code for subordinate clauses.
|
Jan 10, 2015
|
|
count-clause.lisp
|
Fixed typo.
|
Jan 11, 2015
|
|
do-clause.lisp
|
Added method on ACCUMULATION-VARIABLES specialized to DO-CLAUSE.
|
Jan 9, 2015
|
|
expansion.lisp
|
Add comment to generic function DECLAREATIONS.
|
Mar 1, 2016
|
|
final-clause.lisp
|
Rename generic function EPILOGUE to EPILOGUE-FORM for consistency wit…
|
Feb 26, 2016
|
|
for-as-across-clause.lisp
|
Use the ANYTHING-PARSER wherever appropriate.
|
Jan 4, 2015
|
|
for-as-arithmetic-clause.lisp
|
Use explicit package prefix for IN-PACKAGE.
|
Jul 4, 2015
|
|
for-as-clause.lisp
|
Take into account that step-form is a single form.
|
Jan 13, 2015
|
|
for-as-equals-then-clause.lisp
|
Use explicit package prefix with IN-PACKAGE.
|
Oct 7, 2015
|
|
for-as-hash-clause.lisp
|
Use newly introduced parser for parsing FOR-AS-HASH subclauses.
|
Jan 6, 2015
|
|
for-as-list-clause.lisp
|
Use explit package prefix for IN-PACKAGE.
|
Aug 3, 2015
|
|
for-as-package-clause.lisp
|
Modified existing subclause parsers to use new package-form parser.
|
Jan 7, 2015
|
|
initial-clause.lisp
|
Added method on ACCUMULATION-VARIABLES specialized to INITIAL-CLAUSE.
|
Jan 9, 2015
|
|
loop-defmacro.lisp
|
Generate END-TAG GENSYM and define macro LOOP-FINISH in defmacro to s…
|
Jan 13, 2015
|
|
loop.text
|
Moved more comments to text file.
|
Mar 28, 2014
|
|
main-clause.lisp
|
New component for defining MAIN-CLAUSE.
|
Jan 4, 2015
|
|
maximize-clause.lisp
|
Recognize optional type spec.
|
Jan 12, 2015
|
|
minimize-clause.lisp
|
Supply argument to :INITARG.
|
Jan 12, 2015
|
|
name-clause.lisp
|
Added method on ACCUMULATION-VARIABLES specialized to NAME-CLAUSE.
|
Jan 13, 2015
|
|
nconc-clause.lisp
|
Add global parser for NCONC clauses to list of clause parsers.
|
Jan 11, 2015
|
|
never-clause.lisp
|
Added method on BODY-FORM.
|
Jan 13, 2015
|
|
packages.lisp
|
Export name of expander for LOOP bodies.
|
Aug 7, 2018
|
|
parse-common.lisp
|
Added BEING-PARSER that recognizes the LOOP keywords BEING.
|
Jan 6, 2015
|
|
repeat-clause.lisp
|
Use newly created class as superclass for termination-test clauses.
|
Jan 5, 2015
|
|
return-clause.lisp
|
Distinguish between the FORM and the IT versions of RETURN.
|
Jan 13, 2015
|
|
run-time-conditions.lisp
|
internationalization: don't use obsolete nickname
|
Jun 27, 2016
|
|
run-time-support.lisp
|
Fixed typo.
|
Dec 10, 2014
|
|
selectable-clause.lisp
|
Remove useless blank line.
|
Nov 21, 2015
|
|
sicl-loop-support.asd
|
internationalization: fix dependencies
|
Jun 27, 2016
|
|
sicl-loop.asd
|
Updated copyright.
|
Feb 3, 2015
|
|
sum-clause.lisp
|
Supply argument to :INITARG.
|
Jan 12, 2015
|
|
termination-test-clause.lisp
|
Added method on ACCUMULATION-VARIABLES specialized to TERMINATION-TES…
|
Jan 9, 2015
|
|
thereis-clause.lisp
|
Added method on BODY-FORM.
|
Jan 13, 2015
|
|
type-spec.lisp
|
Use the ANYTHING-PARSER wherever appropriate.
|
Jan 4, 2015
|
|
unconditional-clause.lisp
|
New component for defining the class UNCONDITIONAL-CLAUSE.
|
Jan 4, 2015
|
|
utilities.lisp
|
Check that both arguments are symbols before comparing their names.
|
Dec 25, 2014
|
|
var-spec.lisp
|
Removed D-VAR-SPEC-PARSER because it is not used.
|
Jan 4, 2015
|
|
variable-clause.lisp
|
Defined method on ACCUMULATION-VARIABLES specialized to VARIABLE-CLAUSE.
|
Jan 9, 2015
|
|
while-until-clauses.lisp
|
Use newly created class as superclass for termination-test clauses.
|
Jan 5, 2015
|
|
with-clause.lisp
|
Handle initialization according to destructured type-spec.
|
Jan 8, 2015
|