quakeforge/tools/qfcc/include
Adam Olsen 6414897dae got a few new operators for qc :)
<< >> % which all act like their C counterparts
+= -= *= /= &= ^= |= <<= >>= %= which just expand into the obvious,
also like the C versions.
2001-08-10 16:17:00 +00:00
..
.gitignore ignore .vimrc 2001-06-04 18:33:50 +00:00
cmdlib.h more format attributes 2001-07-03 20:56:01 +00:00
expr.h got a few new operators for qc :) 2001-08-10 16:17:00 +00:00
Makefile.am QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
qfcc.h Add support for checkfunction, which is a builtin that searches for 2001-08-04 09:11:50 +00:00
scope.h slowly getting there with defs processing. still borked 2001-06-18 22:51:49 +00:00