jottbee
|
c0ece4c94b
|
small sample scsh-script using make in scsh
|
2005-03-10 09:49:34 +00:00 |
jottbee
|
0205ebfd6a
|
added record type rule-cand
|
2005-03-08 13:14:36 +00:00 |
jottbee
|
57b9ebfe8b
|
new syntax for makefile.
|
2005-03-07 17:37:46 +00:00 |
jottbee
|
0898ffd43d
|
added common rules: (common-file "%.o" ("%.c" "%.h") ...)
|
2005-02-24 14:30:07 +00:00 |
jottbee
|
a8dd2ab60b
|
examples: a small c program to be build through makefile-c.scm
to-rule-set: rule-candidates -> dfs -> '(#{:rule} ...) -> rule-set
dfs: depth first topological sort with automatic leaf insertion
out-of-date: replaced by templates.scm
rule-trans-set: replaced by to-rule-set
|
2005-02-04 08:05:55 +00:00 |
jottbee
|
5b462916b1
|
dfs.scm: depth-first-search/sort algorithm, work in progress...\n to-rule-set.scm: calls dfs, work in progress...
|
2005-01-21 15:40:59 +00:00 |
jottbee
|
afb60fbb74
|
to-rule-set.scm: future replacement for rule-trans-set.scm,\n depth-first-search will be called from here.
|
2005-01-21 09:09:31 +00:00 |