platform_system_core/libacc
Jack Palevich 569f135862 Implement a token table and an arena allocator.
+ Tokens are now simple IDs, rather than ids or maybe pointers.
+ We can now allocate data that's freed automatically when
  compilation end or when a block goes out of scope.
+ Renamed our Array utility class to Vector, and made its
  api work a little more like the STL vector template class.
2009-06-30 10:16:43 -07:00
..
tests Rewrite compiler test using python. 2009-06-25 13:55:12 -07:00
acc.cpp Implement a token table and an arena allocator. 2009-06-30 10:16:43 -07:00
Android.mk Improve local variable scoping. 2009-06-11 21:47:57 -07:00
armreg.h ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
disassem.cpp ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
disassem.h ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
FEATURES Add license, document language changes. 2009-05-15 11:01:21 -07:00
LICENSE Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
MODULE_LICENSE_BSD_LIKE Add license, document language changes. 2009-05-15 11:01:21 -07:00