|
let result = Type.GetType name // TODO: Resolve types from the assembler context |
|
{ Assembly = Some (resolveAssembly assembly) // TODO: Resolve types from current assembly |
There should be a special resolve mode for types from the currently build assembly.
naggum/Naggum.Assembler/Processor.fs
Line 19 in 96eae4f
naggum/Naggum.Assembler/Processor.fs
Line 36 in 96eae4f
There should be a special resolve mode for types from the currently build assembly.