vms
|
6f9baea140
|
introduce function name for LocalImport and Export
|
2020-11-06 23:27:36 +03:00 |
|
vms
|
0bae64ad3c
|
initial
|
2020-09-20 21:53:03 +03:00 |
|
vms
|
f2f0792820
|
update
|
2020-09-15 19:58:35 +03:00 |
|
vms
|
e28914ae01
|
update types
|
2020-08-18 03:48:10 +03:00 |
|
vms
|
eb11794240
|
refactor Record type
|
2020-08-13 21:02:23 +03:00 |
|
vms
|
5446f3e108
|
add support of structs
|
2020-07-25 11:02:03 +03:00 |
|
Ivan Enderlin
|
0f1ddce3c9
|
feat(interface-types) Extract InterfaceType and RecordType into its own types module.
|
2020-04-09 10:48:50 +02:00 |
|
Ivan Enderlin
|
cd90973e72
|
Merge branch 'master' into feat-interface-types-record-instructions
|
2020-04-02 12:10:01 +02:00 |
|
Ivan Enderlin
|
2f0f4b1e84
|
feat(interface-types) Implement the record.lift instruction.
|
2020-03-31 12:34:32 +02:00 |
|
Ivan Enderlin
|
8705de9cc0
|
feat(interface-types) Simplify code by implementing From<TryFromIntError> .
|
2020-03-26 10:49:49 +01:00 |
|
Ivan Enderlin
|
5275f3f306
|
feat(interface-types) Add the NegativeValue instruction error.
|
2020-03-26 08:31:06 +01:00 |
|
Ivan Enderlin
|
43fb922de8
|
feat(interface-types) Implement Error on errors.
|
2020-03-12 14:49:43 +01:00 |
|
Ivan Enderlin
|
864ac79123
|
feat(interface-types) Use better errors.
The new `errors` module contains structure to represent errors,
instead of using basic strings. The first usage is in the interpreter
itself.
|
2020-03-10 17:49:35 +01:00 |
|