chiark / gitweb /
src/codegen-proto.lisp: New instruction types `cond' and `for',
authorMark Wooding <mdw@distorted.org.uk>
Wed, 16 Dec 2015 07:39:30 +0000 (07:39 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 14:09:03 +0000 (15:09 +0100)
commit2d8d81c52aded8f15e37b061971d493742f55751
treee7cc55632e18dc7cb40be26b9da8080ec6d36c7d
parent7de8c6661211bce3a2b2739b461f33a370294979
src/codegen-proto.lisp: New instruction types `cond' and `for',

The `cond' instruction makes a ternary conditional expression of the
`COND ? CONSEQ : ALT' variety.

The `for' instruction makes one of C's fancy loops.

Maybe the format strings are interesting.
doc/SYMBOLS
doc/clang.tex
src/codegen-proto.lisp