quakeforge/tools/qfcc
Bill Currie 92b476bf04 [qfcc] Make type attribute functions usable in expressions
Unfortunately, this require using different syntax for the two cases:
type.attr works in cases where types are expected, but not in
expressions (lots of shift/reduce and reduce/reduce conflicts). However,
treating type like an Objective-C class works nicely, though
`[type attrib(params)]` looks a little odd. However, this allows using
generic types to provide function calls (eg, converting texture
coordinates).
2025-01-15 18:31:37 +09:00
..
doc [qfcc] Update doc for recent lyx 2024-08-11 20:46:55 +09:00
include [qfcc] Make type attribute functions usable in expressions 2025-01-15 18:31:37 +09:00
source [qfcc] Make type attribute functions usable in expressions 2025-01-15 18:31:37 +09:00
test [qfcc] Make the GA tests a little easier to "use" 2024-12-07 02:52:10 +09:00
AUTHORS
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
TODO [qfcc] Update some TODO entries 2025-01-09 17:32:07 +09:00