aq-org / AQ

AQ is an interpreted programming language. It is fast, small, simple and safe. At the same time, programs written in AQ can also be compiled. Maybe a great piece of work.
https://www.axa6.com
GNU Affero General Public License v3.0
6 stars 6 forks source link

Implement dynamically typed variables and related functions. #45

Closed ax-6 closed 1 minute ago

ax-6 commented 1 month ago

Waiting for the implementation of dynamically typed variables and related functions.

ax-6 commented 1 month ago

Create a data area to store related objects.

ax-6 commented 1 month ago

Refer to #48.

ax-6 commented 1 minute ago

Hold off on development.