Loading...
Searching...
No Matches
25 sep, 2024

The main focus was Java and advanced technology integration …

The main focus was Java and advanced technology integration …

NEW features
NEW callback attribute: The new callback technology has been incorporated using MkKernel_Parser_Callback_C_API.
NEW null attribute: Add the ability to explicitly accept a NULL pointer as arguments with __parser__(null-allow).
DOC tool
The main page generated by the DOC tool has been revised. The methods of the enum api have been filtered out and the enums have been documented as a separate category.
improvement
theCompiler is constantly under development, which means that an old technology is being replaced. One of these old technologies was the hard-coded attribute mapping which was tailored directly to an explicit packet (e.g. theLink). However, since theCompiler now works with many packets, it is now logical to move the packet-specific code into a separate file (compiler.tcl) which no longer belongs explicitly to theCompiler but is assigned directly to the target packet.