K/simple: Difference between revisions

135 bytes removed ,  12 days ago
m
| instead of |
m (typo on verb table)
m (| instead of |)
 
(One intermediate revision by the same user not shown)
Line 16:
'''k/simple''' is "a tiny interpreter of a toy vector language, implemented in about 25 lines of c with a small header file"<ref>https://github.com/kparc/ksimple/blob/main/README.md</ref>, written by [[Arthur Whitney]].
 
k/simple is meant to "demonstrate the fundamentals of the design, organization and style"<ref>https://github.com/kparc/ksimple/blob/main/README.md</ref> employed by Arthur Whitney when he writes "interpreters in c in the most succinct and approachable way"<ref>https://github.com/kparc/ksimple/blob/main/README.md</ref>.
 
== Types==
Line 47:
| <code>*</code>|| nyi|| [[multiply]]
|-
| <code>|&#124;</code>|| [[reverse]] || logical or
|-
| <code>&</code>|| nyi || logical and
4

edits