All tests pass, documentation regenerated, going for release.

This commit is contained in:
Simon Brooke 2023-04-10 13:30:04 +01:00
parent e5677a8300
commit 8c5727f5df
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
18 changed files with 752 additions and 500 deletions

View file

@ -37,6 +37,10 @@ h2 {
font-size: 25px;
}
th, td {
vertical-align: top;
}
h5.license {
margin: 9px 0 22px 0;
color: lime;

View file

@ -161,6 +161,7 @@
(PLUS 32767 SUBR (BEOWULF HOST PLUS))
(PRETTY 32767)
(PRINT 32767)
(PROG 32767 FSUBR (BEOWULF HOST PROG))
(PROP
32767
EXPR

View file

@ -0,0 +1 @@
not[x] = [x = F -> T; x = NIL -> T; T -> F]