Dictionary lookup working.
[ez.git] / ez.el
2023-11-11 plugdDictionary lookup working. master
2023-11-05 plugdWork on tokenizing, but outa energy.
2023-06-01 plugdUpdated contact details.
2023-04-11 plugdZ-string encoding.
2023-04-10 plugdDictionary parsing and Z-string decoding.
2023-04-10 plugdWorking on tokenizer.
2023-04-10 plugdAdded trace and memory buffers.
2022-10-04 plugdScaffolding for input processing.
2022-10-02 plugdReorganised execution loop to cater for input.
2021-11-19 plugdEverything required up until first input implemented.
2021-11-19 plugdFixed bug which only allowed <=3 operands.
2021-11-19 plugdAdded missing edge case to call_fv implementation.
2021-11-19 plugdImproved debug info output.
2021-11-18 plugdMore operations added.
2021-11-18 plugdAdded object removal/insertion operations.
2021-11-16 plugdImproved zstring function names.
2021-11-16 plugdAdded some more ops.
2021-11-16 plugdSupported 2op var instructions.
2021-11-15 plugdFirst message printed!
2021-11-15 plugdAdded get/set obj attribute functions.
2021-11-15 plugdExecutes up to into message.
2021-11-12 plugdFixed bug in branch handling.
2021-11-12 plugdFixed bug in global variable referencing.
2021-10-18 plugdAdded put_prop operation.
2021-10-15 plugdFleshing out object functions.
2021-10-15 plugdAdded several more instructions.
2021-10-15 plugdAdd instruction works.
2021-10-15 Tim VaughanFixed local variable numbering bug.
2021-10-14 Tim VaughanExecuted first instruction.
2021-10-14 Tim VaughanMessing with structure.