Bill Currie
|
e550ad670a
|
more linking fixes, including seting up relocations. not quite working yet
|
2002-07-13 06:09:03 +00:00 |
|
Bill Currie
|
c1894db59f
|
split the emit stuf out of expr.h into emit.h
|
2002-07-08 18:53:07 +00:00 |
|
Bill Currie
|
8a402381e6
|
redo how progs strings are stored so multiple pools can exist
|
2002-07-05 20:02:10 +00:00 |
|
Bill Currie
|
46bad45c7a
|
move s_file, pr_source_line and pr_error_count into pr, make the linker
errors more meaningful, and fix a blasted string.h issue (damn old gcc;P)
|
2002-07-03 21:32:03 +00:00 |
|
Bill Currie
|
66aa36b73f
|
start implementing storage classes (extern, static, etc)
|
2002-06-28 17:59:32 +00:00 |
|
Bill Currie
|
001571e25a
|
various memory saving tricks. seems to have not broken anything
|
2002-06-27 22:48:28 +00:00 |
|
Bill Currie
|
9fee1d07dd
|
initial work on actually writing .qfo files. seems to work, but only test.qfo
is ever writtin :)
|
2002-06-21 20:46:56 +00:00 |
|
Bill Currie
|
37d3fecd5d
|
remove an unneeded field
|
2002-06-17 05:28:43 +00:00 |
|
Bill Currie
|
331df31f6a
|
get the function number early so things don't get mixed up when new functions
get created while parsing a function
|
2002-06-11 06:54:32 +00:00 |
|
Bill Currie
|
0747bcb099
|
set the debug function number correctly
|
2002-06-10 18:39:06 +00:00 |
|
Bill Currie
|
58782333a9
|
give scopes types (static, params, locals for now)
|
2002-06-09 05:19:13 +00:00 |
|
Bill Currie
|
1e57351be1
|
there, no more PR_* functions or pr_* files :)
|
2002-06-09 04:30:02 +00:00 |
|
Bill Currie
|
943c2eefb3
|
redo def allocation to come from configurable `spaces' (locals, globals, far
globals, etc).
|
2002-06-09 03:57:20 +00:00 |
|
Bill Currie
|
8aa98c0d20
|
fix several silly mistakes
|
2002-06-06 21:51:47 +00:00 |
|
Bill Currie
|
38d3a15413
|
d'oh, forgot to compile test :P
|
2002-06-05 19:31:43 +00:00 |
|
Bill Currie
|
cb395c5469
|
misc def improvments
|
2002-06-05 19:03:51 +00:00 |
|
Bill Currie
|
e17604f9c2
|
remove all arbitrary limits except for globals. they'll need a little more
work. Once they're done, it should take quite a big mod to crash qfcc due
to too many strings/statements/etc :)
|
2002-06-05 17:12:55 +00:00 |
|
Bill Currie
|
69605d0b19
|
even more cleanup
|
2002-06-04 21:23:39 +00:00 |
|
Bill Currie
|
06bddd3ee6
|
more cleanup
|
2002-06-04 18:44:03 +00:00 |
|
Bill Currie
|
7b993f97d2
|
more cleanups
|
2002-06-01 05:30:16 +00:00 |
|
Bill Currie
|
8f2d1fa2d9
|
more cmdlib cleanup
|
2002-06-01 04:41:25 +00:00 |
|
Bill Currie
|
34ec521198
|
vararg functions can now be imlemented in qc using @argc (number of params
passed through ...) and @argv (array of vectors, one for each ... param)
|
2002-05-22 20:43:29 +00:00 |
|
Bill Currie
|
b1d1159ae2
|
allow methods to be builtins
|
2002-05-17 18:35:54 +00:00 |
|
Bill Currie
|
f2b8dc7e7e
|
more progress
|
2002-05-09 20:12:28 +00:00 |
|
Bill Currie
|
961d84e569
|
clean up of qfcc.h and shuffle around the predefined types
|
2002-05-09 06:34:48 +00:00 |
|
Bill Currie
|
7f47447492
|
getting closer to emiting ObjQC code
|
2002-05-08 21:24:24 +00:00 |
|
Bill Currie
|
de86019d4b
|
reverse the param order before building the function type and type check
varargs functions with specified params.
|
2002-05-08 17:33:28 +00:00 |
|
Bill Currie
|
b226d24b52
|
rework the param parsing to make selectors easier to handle
|
2002-05-08 05:15:19 +00:00 |
|