mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
not including generated file
This commit is contained in:
parent
c21e53832c
commit
9bfe111f4a
1 changed files with 34 additions and 0 deletions
34
doc/lib/chibi/match.html
Executable file
34
doc/lib/chibi/match.html
Executable file
|
@ -0,0 +1,34 @@
|
|||
<html><head>
|
||||
<style type="text/css">
|
||||
body {color: #000; background-color: #FFF}
|
||||
div#menu {font-size: smaller; position: absolute; top: 0; left: 0; width: 180px; height: 100%}
|
||||
div#menu ol {margin-left: 10px; padding-left: 10px}
|
||||
div#main {position: absolute; top: 0; left: 200px; width: 520px; height: 100%}
|
||||
div#notes {position: relative; top: 2em; left: 550px; max-width: 200px; height: 0px; font-size: smaller;}
|
||||
.result { color: #000; background-color: #FFEADF; width: 100%; padding: 3px}
|
||||
.command { color: #000; background-color: #FFEADF; width: 100%; padding: 5px}
|
||||
.keyword { color: #800080; background-color: inherit; }
|
||||
.type { color: #008000; background-color: inherit; }
|
||||
.function { color: #0000FF; background-color: inherit; }
|
||||
.variable { color: #B8860B; background-color: inherit; }
|
||||
.comment { color: #FF0000; background-color: inherit; }
|
||||
.string { color: #BC8F8F; background-color: inherit; }
|
||||
.attribute { color: #FF5000; background-color: inherit; }
|
||||
.preprocessor { color: #FF00FF; background-color: inherit; }
|
||||
.builtin { color: #FF00FF; background-color: inherit; }
|
||||
.character { color: #0055AA; background-color: inherit; }
|
||||
.syntaxerror { color: #FF0000; background-color: inherit; }
|
||||
.diff-deleted { color: #5F2121; background-color: inherit; }
|
||||
.diff-added { color: #215F21; background-color: inherit; }
|
||||
span.paren1 { color: #AAAAAA; background-color: inherit; }
|
||||
span.paren2 { color: #888888; background-color: inherit; }
|
||||
span.paren3 { color: #666666; background-color: inherit; }
|
||||
span.paren4 { color: #444444; background-color: inherit; }
|
||||
span.paren5 { color: #222222; background-color: inherit; }
|
||||
span.paren6 { color: #000000; background-color: inherit; }
|
||||
</style>
|
||||
</head><body><div id="menu"></div><div id="main"><p>(module (chibi match)
|
||||
(export match match-lambda match-lambda* match-let match-letrec match-let*)
|
||||
(import-immutable (scheme))
|
||||
(include "match/match.scm"))
|
||||
</p></div></body></html>
|
Loading…
Add table
Reference in a new issue