a10c48735d
* module/mescc/compile.mes: Move from language/c99/compiler.mes. * module/mescc: New module.. * module/mescc/M1.scm: Move from mes/M1.mes. * module/mescc/as.scm: Likewise. * module/mescc/bytevectors.scm: Likewise. * module/mescc/mescc.scm: New file. * scripts/mescc: Update to new layout and posixy interface. * GNUmakefile: Likewise. * build-aux/build-cc.sh: Likewise. * build-aux/build-guile.sh: Likewise. * build-aux/build-mes.sh: Likewise. * build-aux/build-mlibc.sh: Likewise. * build-aux/cc-mes.sh: Likewise. * build-aux/cc-mlibc.sh: Likewise. * build-aux/cc.sh: Likewise. * build-aux/check-mescc.sh: Likewise. * build-aux/test.sh: Likewise. * build.sh: Likewise. * .gitignore: Update for posixy extensions.
54 lines
932 B
Plaintext
54 lines
932 B
Plaintext
Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
|
Main author
|
|
All files except the imported files listed below
|
|
|
|
Jeremiah Orians <jeremiah@pdp10.guru>
|
|
lib/libc.c (fopen)
|
|
|
|
|
|
|
|
List of imported files
|
|
|
|
Based on Guile ECMAScript
|
|
module/language/c/lexer.mes
|
|
|
|
Included verbatim from gnulib
|
|
build-aux/gitlog-to-changelog
|
|
|
|
Portable hygienic pattern matcher
|
|
module/mes/match.scm
|
|
|
|
Portable LALR(1) parser generator
|
|
module/mes/lalr.scm
|
|
|
|
Portable syntax-case from Chez Scheme; patches from Guile
|
|
module/mes/psyntax.ss
|
|
module/mes/psyntax.pp [generated]
|
|
|
|
Getopt-long from Guile
|
|
module/mes/getopt-long.scm
|
|
|
|
Optargs from Guile
|
|
module/mes/optargs.scm
|
|
|
|
PEG from Guile
|
|
module/mes/peg/
|
|
|
|
Pmatch from Guile
|
|
module/mes/pmatch.scm
|
|
|
|
Pretty-print from Guile
|
|
module/mes/pretty-print.scm
|
|
|
|
Srfi-1 bits from Guile
|
|
module/srfi/srfi-1.scm
|
|
|
|
Srfi-16 from Guile
|
|
module/srfi/srfi-16.scm
|
|
|
|
Srfi-26 from Guile
|
|
module/srfi/srfi-26.scm
|
|
|
|
Sxml bits from Guile
|
|
module/sxml/xpath.scm
|