Project

General

Profile

« Previous | Next » 

Revision 38bb6173

Added by skyjake over 15 years ago

"import record" statement.

"import record" allows copying a module's namespace into the local
namespace as a local record. This will make it possible to serialize
the imported namespace as part of the record. A plain "import" will
only create a variable that references the imported namespace.

Should be helpful with Config and Map/World/Object records.
I still need to implement serialization of Functions, though.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences