assyrianic / Tagha

Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
MIT License
124 stars 8 forks source link

add floating point literal support #45

Closed assyrianic closed 5 years ago

assyrianic commented 5 years ago

Have the Tagha assembler be able to use floating point literal values in the human readable bytecode rather than directly having to use the integer casted form of the float values.