Skip to content
Snippets Groups Projects
Commit fe46a5d7 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Runtime: Added support for casting types to program.

Casting an object type value to program will now result in the
corresponding program. eg:

  program p = (program)_typeof(o);

is approximately the same as

  program p = object_program(o);
parent c756df7f
Branches
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment