1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Split graph utilities out of (language cps utils)

* module/language/cps/graphs.scm: New file.
* module/language/cps/utils.scm: Re-export functions from graphs.scm.
* am/bootstrap.am:
* module/Makefile.am: Add to build.
This commit is contained in:
Andy Wingo 2019-08-12 22:07:56 +02:00
parent 382cc5c246
commit bba4ce222d
4 changed files with 326 additions and 244 deletions

View file

@ -56,7 +56,7 @@ SOURCES = \
ice-9/psyntax-pp.scm \
language/cps/intmap.scm \
language/cps/intset.scm \
language/cps/utils.scm \
language/cps/graphs.scm \
ice-9/vlist.scm \
srfi/srfi-1.scm \
\
@ -99,6 +99,7 @@ SOURCES = \
language/cps/type-checks.scm \
language/cps/type-fold.scm \
language/cps/types.scm \
language/cps/utils.scm \
language/cps/verify.scm \
language/cps/with-cps.scm \
\