All tests pass, documentation regenerated, going for release.
This commit is contained in:
parent
e5677a8300
commit
8c5727f5df
18 changed files with 752 additions and 500 deletions
|
|
@ -37,6 +37,10 @@ h2 {
|
|||
font-size: 25px;
|
||||
}
|
||||
|
||||
th, td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h5.license {
|
||||
margin: 9px 0 22px 0;
|
||||
color: lime;
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@
|
|||
(PLUS 32767 SUBR (BEOWULF HOST PLUS))
|
||||
(PRETTY 32767)
|
||||
(PRINT 32767)
|
||||
(PROG 32767 FSUBR (BEOWULF HOST PROG))
|
||||
(PROP
|
||||
32767
|
||||
EXPR
|
||||
|
|
|
|||
1
resources/mexpr/not.mexpr
Normal file
1
resources/mexpr/not.mexpr
Normal file
|
|
@ -0,0 +1 @@
|
|||
not[x] = [x = F -> T; x = NIL -> T; T -> F]
|
||||
Loading…
Add table
Add a link
Reference in a new issue