index
:
ccwl
keyring
main
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2024-03-22
ccwl: Implement js-expression.
Arun Isaac
2024-03-22
scripts: Use unified function terminology.
Arun Isaac
2023-11-18
scripts: When ccwl crashes, say so explicitly.
Arun Isaac
2023-09-28
scripts: Raise exception when file does not return supported object.
Arun Isaac
2023-09-28
scripts: Support returning command objects from ccwl files.
Arun Isaac
2023-09-28
scripts: Catch and report &formatted-message conditions.
Arun Isaac
2023-09-20
scripts: Ignore quit exceptions when requesting the user report bugs.
Arun Isaac
2023-09-20
scripts: Set scheme mode in Emacs.
Arun Isaac
2023-09-20
scripts: Catch uncaught exceptions and request the user report them.
Arun Isaac
2023-09-20
scripts: Allow script to be loaded without executing main.
Arun Isaac
2022-04-09
scripts: Do not pass multiple arguments to env.
Arun Isaac
2022-04-09
scripts: Do not auto-compile the ccwl script.
Arun Isaac
2022-01-16
scripts: Decide to not compile files ever.
Arun Isaac
2022-01-16
scripts: Report ccwl syntax violations.
Arun Isaac
2022-01-16
scripts: Read using read-syntax.
Arun Isaac
2022-01-10
Migrate to hand-written Makefiles.
Arun Isaac
2021-11-02
ccwl: Rename graphviz to dot.
Arun Isaac
2021-10-12
scripts: Allow compiling to graphviz.
Arun Isaac
2021-10-12
scripts: Print usage information on --help and incorrect usage.
Arun Isaac
2021-10-12
scripts: Use args-fold.
Arun Isaac
2021-10-12
scripts: Wrap main body in function.
Arun Isaac
2021-10-11
ccwl: Factorize out CWL generation code to separate file.
Arun Isaac
2021-07-04
scripts: Do not compile ccwl files.
Arun Isaac
2021-05-24
Remove unnecessary -s flag from shebang.
Arun Isaac
2021-04-26
Set path to guile in shebang from configure.
Arun Isaac
2021-04-26
Add ccwl script.
Arun Isaac