masscry / deci.vm

deci.vm - simple IEC61131-3 ST like-ish programming language interpreter
MIT License
15 stars 1 forks source link

Compile/Link procedures #7

Open masscry opened 5 years ago

masscry commented 5 years ago

I need to define steps between source code and code running on VM.

masscry commented 5 years ago

Development on this branch:

https://github.com/masscry/deci.vm/tree/feature/compile-link

masscry commented 5 years ago
  1. Create some binary serialization format
  2. Load/Store compiled serialized data in this format
  3. Implement link procedure for script