factor/library/compiler
chris.double 9d266acdf0 first attempt at implementating FIELD: for arrays
Currently only char arrays are implemented, and for the single indexed array form:
BEGIN-STRUCT: foo
  FIELD: char[100] bar
END-STRUCT

my-foo foo-bar => "hello"
"X" 0 set-foo-bar my-foo foo-bar => "Xello"
2006-09-14 23:51:47 +00:00
..
alien first attempt at implementating FIELD: for arrays 2006-09-14 23:51:47 +00:00
amd64 AMD64 alien-indirect support; document alien-indirect 2006-09-09 05:19:43 +00:00
generator alien-indirect now works on PowerPC; changed callback tests to use it and removed some test functions from runtime 2006-09-09 05:04:55 +00:00
inference Inferencce refactoring for more reliable stack height recording 2006-09-14 20:14:27 +00:00
optimizer UI dataflow visualizer (experiemntal) 2006-09-13 06:17:46 +00:00
pentium4 More module system work 2006-09-06 21:19:41 +00:00
ppc alien-indirect now works on PowerPC; changed callback tests to use it and removed some test functions from runtime 2006-09-09 05:04:55 +00:00
test alien-indirect now works on PowerPC; changed callback tests to use it and removed some test functions from runtime 2006-09-09 05:04:55 +00:00
x86 AMD64 alien-indirect support; document alien-indirect 2006-09-09 05:19:43 +00:00
compiler.factor Module system fix 2006-09-12 00:45:42 +00:00
compiler.facts More documentation updates 2006-08-17 01:55:53 +00:00
load.factor UI dataflow visualizer (experiemntal) 2006-09-13 06:17:46 +00:00