mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
The syntax is not at all correct at this stage (really, just a copy of Ruamoko), but the keyword table exists (in the wrong place) and the additional basic types (bool, bvecN and (d)matNxM) have been added. Boolean base type is currently just int, and matrices have 0 width while I think about what to use, but finally some progress after several months' hiatus.
41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
EXTRA_DIST += \
|
|
tools/qfcc/include/algebra.h \
|
|
tools/qfcc/include/attribute.h \
|
|
tools/qfcc/include/class.h \
|
|
tools/qfcc/include/codespace.h \
|
|
tools/qfcc/include/cpp.h \
|
|
tools/qfcc/include/dags.h \
|
|
tools/qfcc/include/debug.h \
|
|
tools/qfcc/include/def.h \
|
|
tools/qfcc/include/defspace.h \
|
|
tools/qfcc/include/diagnostic.h \
|
|
tools/qfcc/include/dot.h \
|
|
tools/qfcc/include/emit.h \
|
|
tools/qfcc/include/expr.h \
|
|
tools/qfcc/include/expr_names.h \
|
|
tools/qfcc/include/evaluate.h \
|
|
tools/qfcc/include/flow.h \
|
|
tools/qfcc/include/function.h \
|
|
tools/qfcc/include/grab.h \
|
|
tools/qfcc/include/idstuff.h \
|
|
tools/qfcc/include/linker.h \
|
|
tools/qfcc/include/mat_types.h \
|
|
tools/qfcc/include/method.h \
|
|
tools/qfcc/include/obj_file.h \
|
|
tools/qfcc/include/obj_type.h \
|
|
tools/qfcc/include/opcodes.h \
|
|
tools/qfcc/include/options.h \
|
|
tools/qfcc/include/pragma.h \
|
|
tools/qfcc/include/qfcc.h \
|
|
tools/qfcc/include/qfprogs.h \
|
|
tools/qfcc/include/reloc.h \
|
|
tools/qfcc/include/specifier.h \
|
|
tools/qfcc/include/shared.h \
|
|
tools/qfcc/include/statements.h \
|
|
tools/qfcc/include/strpool.h \
|
|
tools/qfcc/include/struct.h \
|
|
tools/qfcc/include/switch.h \
|
|
tools/qfcc/include/symtab.h \
|
|
tools/qfcc/include/type.h \
|
|
tools/qfcc/include/value.h \
|
|
tools/qfcc/include/vec_types.h
|