Skip to content

Releases: aq-org/AQ

Prototype Preview

28 Sep 14:24
bc2de4a
Compare
Choose a tag to compare

What's Changed

  • Updated the AQ LOGO. by @ax-6 in #12
  • Updated LICENSE. by @ax-6 in #13
  • Update LICENSE by @ax-6 in #14
  • The code for AQ has been temporarily deleted. by @ax-6 in #15
  • Temp save. Not complete. by @ax-6 in #16
  • The basic architecture of the software prototype has been developed a… by @ax-6 in #17
  • Fixed two bugs and updated some functions. by @ax-6 in #18
  • Updated the INVOKE function in prototype.c. by @ax-6 in #19
  • Updated INVOKE function, incomplete, still has bugs. by @ax-6 in #20
  • The INVOKE function is waiting for development. by @ax-6 in #22
  • Updated print function. Not complete. by @ax-6 in #23
  • Updated INVOKE function. Not complete. by @ax-6 in #24
  • Completed the code repair and remaining parts of the AQ virtual machine prototype. by @ax-6 in #25
  • Removed redundant formats. Simplified the code. by @ax-6 in #30
  • Fixed a memory release error. Simplified one piece of code. by @ax-6 in #31
  • Added PTR instruction and deleted SIZE instruction. Also found errors in name table related functions. Not fixed yet. by @ax-6 in #32
  • Fixed name table related functions. by @ax-6 in #34
  • Fixed a memory error release issue. by @ax-6 in #35
  • Fixed the vast majority of bugs. However, a small number of bugs still exist. by @ax-6 in #37
  • The repair of the virtual machine is basically complete and it can run normally. Only the remaining release name table needs to be repaired. And uploaded the "Hello World" example. by @ax-6 in #38
  • Updated code related to size end order. by @ax-6 in #40
  • Updated the INVOKE function's handling of the arg_conut argument. by @ax-6 in #41
  • Fixed a bug in PTR function. by @ax-6 in #42
  • Fixed bugs in name table related functions. by @ax-6 in #43
  • Fixed a possible size end-ordering error. by @ax-6 in #46

New Contributors

  • @ax-6 made their first contribution in #12

Full Changelog: https://github.com/aq-org/AQ/commits/Prototype