summaryrefslogtreecommitdiff
path: root/ccwl
AgeCommit message (Expand)Author
2021-11-02ccwl: Support external CWL workflows.Arun Isaac
2021-11-02ccwl: Rename graphviz to dot.Arun Isaac
2021-10-18ccwl: Fix indentation and paragraph filling.Arun Isaac
2021-10-18ccwl: Implement rename to rename keys between steps.Arun Isaac
2021-10-18ccwl: Improve comment describing handling of single input commands.Arun Isaac
2021-10-18ccwl: Add setter for name field of <key> type.Arun Isaac
2021-10-18ccwl: Separate ccwl key from CWL input/output id.Arun Isaac
2021-10-12ccwl: Implement compiling to graphviz.Arun Isaac
2021-10-11ccwl: Remove unused invoke-command function.Arun Isaac
2021-10-11ccwl: Factorize out CWL generation code to separate file.Arun Isaac
2021-10-11ccwl: Remove unused write-cwl function.Arun Isaac
2021-10-07ccwl: Pass workflow inputs through every command.Arun Isaac
2021-10-06ccwl: Fix the docstring of workflow-steps.Arun Isaac
2021-10-04ccwl: Quote source code in error messages.Arun Isaac
2021-10-04ccwl: Support #:allow-other-keys in lambda** and syntax-lambda**.Arun Isaac
2021-10-04ccwl: Error out on invalid keywords to lambda**.Arun Isaac
2021-10-04Revert "In pipe, pass through input keys to all expressions."Arun Isaac
2021-08-17ccwl: Define output objects using a macro instead of a function.Arun Isaac
2021-08-16ccwl: Define input objects using a macro instead of a function.Arun Isaac
2021-07-27ccwl: Make syntax-lambda** more like lambda**.Arun Isaac
2021-07-20ccwl: Do not specify '() as the default value for n-ary arguments.Arun Isaac
2021-07-20ccwl: Set default value of lambda** n-ary arguments to '().Arun Isaac
2021-07-20ccwl: Document syntax-lambda** support for default arguments.Arun Isaac
2021-07-20ccwl: Clarify difference between and lambda** and syntax-lambda**.Arun Isaac
2021-07-20ccwl: Support default values for arguments in lambda**.Arun Isaac
2021-07-20ccwl: Add examples to docstrings.Arun Isaac
2021-07-19ccwl: Add missing syntax in unsyntax-keywords docstring example.Arun Isaac
2021-07-05ccwl: Remove extra blank lines.Arun Isaac
2021-07-03doc: Move skribilo configuration into doc directory.Arun Isaac
2021-06-29ccwl: Return #f if alist is empty after filtering.Arun Isaac
2021-06-28ccwl: Import (srfi srfi-2).Arun Isaac
2021-06-28ccwl: Fix indentation.Arun Isaac
2021-06-28ccwl: Support SVG images in HTML documentation.Arun Isaac
2021-06-21ccwl: Link source links to entire s-exp.Arun Isaac
2021-06-19ccwl: Add source links.Arun Isaac
2021-06-15doc: Move documentation from texinfo to skribilo.Arun Isaac
2021-06-01Do not export obsolete functions.Arun Isaac
2021-06-01Introduce new command definition syntax.Arun Isaac
2021-06-01Remove unused setters, appenders, etc.Arun Isaac
2021-06-01In pipe, pass through input keys to all expressions.Arun Isaac
2021-06-01Filter out global workflow inputs from workflow outputs.Arun Isaac
2021-06-01Add filter-mapi.Arun Isaac
2021-06-01Add syntax-lambda**.Arun Isaac
2021-06-01Avoid datum->syntax.Arun Isaac
2021-06-01Add unsyntax-keywords.Arun Isaac
2021-05-23Unify command variable reference.Arun Isaac
2021-05-17Support simpler syntax for inputs with no properties.Arun Isaac
2021-05-17Support implicit key pairing.Arun Isaac
2021-05-17Support commands with implicit step identifier.Arun Isaac
2021-05-17Abstract out command variable reflection.Arun Isaac