Release 0.95: Added experimental type checking system (still missing docs, however). Made warning about old "!for" syntax configurable.
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@34 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
@@ -12,6 +12,19 @@ platform used. There should be another help file in this archive
|
||||
outlining the platform specific changes.
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Section: New in release 0.95
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Added an experimental type system to tell addresses and non-addresses
|
||||
apart (per default disabled; must be activated using the
|
||||
"-Wtype-mismatch" CLI switch). The new "!address" pseudo opcode is
|
||||
used to mark label definitions as setting address values.
|
||||
Added "-Wno-old-for" switch to disable warning about old "!for"
|
||||
syntax. However, this will in turn enable warnings about using the
|
||||
*new* syntax.
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Section: New in release 0.94.12
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user