log src/symbol.c @ 143:0ee5f65bccf9

age author description
Thu, 29 Jan 2009 01:32:11 +0000 lost Added pragma to allow all undefined symbols to be considered external and also added a --pragma command line option
Sat, 17 Jan 2009 06:11:40 +0000 lost Make external symbols remain unresolved in expressions and also flag them in the symbol list
Sat, 10 Jan 2009 22:24:29 +0000 lost Added EXTERN directive
Sat, 10 Jan 2009 07:09:14 +0000 lost Checkpointing deployment of non-constant expression handling
Fri, 09 Jan 2009 04:23:00 +0000 lost Checkpointing conversion to allow object target
Thu, 08 Jan 2009 01:32:49 +0000 lost Rejigged symbol system to be able to handle non-constant references
Mon, 05 Jan 2009 01:27:08 +0000 lost Added the 'set' directive
Mon, 05 Jan 2009 01:17:23 +0000 lost Moved symbol registration so symbols that are in skipped code do not get registered and so EQU/SET can do their own registration
Mon, 05 Jan 2009 00:20:45 +0000 lost Added symbol listing to list file; various fixes
Sun, 04 Jan 2009 20:16:38 +0000 lost Added file inclusion
Sat, 03 Jan 2009 19:41:39 +0000 lost adjusted symbol rules to accept symbols starting with @ but not @<digit>
Sat, 03 Jan 2009 04:20:49 +0000 lost Added symbol handling to expression subsystem; adpated instruction handlers to the new scheme; misc fixes