2016-05-15 11:41:40 +00:00
|
|
|
Jan Nieuwenhuizen <janneke@gnu.org>
|
2016-10-15 09:54:24 +00:00
|
|
|
Main author
|
|
|
|
All files except the files listed below
|
|
|
|
|
|
|
|
Based on Scheme48's scheme/alt
|
|
|
|
module/mes/record.mes
|
2016-12-22 18:34:41 +00:00
|
|
|
module/mes/syntax.scm
|
|
|
|
module/srfi/srfi-9.scm
|
2016-10-15 09:54:24 +00:00
|
|
|
|
|
|
|
Based on Guile ECMAScript
|
|
|
|
module/language/c/lexer.mes
|
|
|
|
|
2017-04-02 15:01:29 +00:00
|
|
|
Included verbatim from GNU Guix
|
|
|
|
build-aux/compile-all.scm
|
|
|
|
|
2016-10-15 09:54:24 +00:00
|
|
|
Included verbatim from gnulib
|
|
|
|
build-aux/gitlog-to-changelog
|
2016-11-02 14:39:27 +00:00
|
|
|
|
2017-04-02 15:01:29 +00:00
|
|
|
Nyacc C99 parser
|
|
|
|
module/nyacc
|
|
|
|
|
2016-11-02 14:39:27 +00:00
|
|
|
Portable hygienic pattern matcher
|
2016-12-22 18:34:41 +00:00
|
|
|
module/mes/match.scm
|
2016-11-02 14:39:27 +00:00
|
|
|
|
|
|
|
Portable LALR(1) parser generator
|
2016-12-22 18:34:41 +00:00
|
|
|
module/mes/lalr.scm
|
2016-11-02 14:39:27 +00:00
|
|
|
|
2016-12-22 18:49:41 +00:00
|
|
|
Portable syntax-case from Chez Scheme; patches from Guile
|
2016-11-02 14:39:27 +00:00
|
|
|
module/mes/psyntax.ss
|
2016-12-22 18:49:41 +00:00
|
|
|
module/mes/psyntax.pp [generated]
|
2016-12-16 22:34:08 +00:00
|
|
|
|
|
|
|
Optargs from Guile
|
2016-12-22 18:34:41 +00:00
|
|
|
module/mes/optargs.scm
|
2016-12-20 09:44:43 +00:00
|
|
|
|
2016-12-22 19:16:44 +00:00
|
|
|
PEG from Guile
|
|
|
|
module/mes/peg/
|
|
|
|
|
2016-12-22 18:49:58 +00:00
|
|
|
Pmatch from Guile
|
|
|
|
module/mes/pmatch.scm
|
|
|
|
|
2016-12-25 23:18:22 +00:00
|
|
|
Pretty-print from Guile
|
|
|
|
module/mes/pretty-print.scm
|
|
|
|
|
2016-12-20 09:44:43 +00:00
|
|
|
Srfi-1 bits from Guile
|
2016-12-22 18:34:41 +00:00
|
|
|
module/srfi/srfi-1.scm
|
2016-12-20 19:12:47 +00:00
|
|
|
|
2016-12-24 07:34:19 +00:00
|
|
|
Srfi-26 from Guile
|
|
|
|
module/srfi/srfi-26.scm
|
|
|
|
|
2016-12-22 18:34:41 +00:00
|
|
|
Sxml bits from Guile
|
2017-04-02 15:01:29 +00:00
|
|
|
module/sxml/xpath.scm
|