issues
search
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
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixed a bug in README.md.
#140
ax-6
closed
1 day ago
1
Updated README.md.
#139
ax-6
closed
1 day ago
1
Add license scan report and status
#138
fossabot
opened
1 day ago
3
Added more functions support in Compiler.
#136
ax-6
opened
6 days ago
0
Added some debug code.
#135
ax-6
closed
1 week ago
0
Fixed many bugs in Parser related functions.
#134
ax-6
closed
1 week ago
0
One fix that may contain errors.
#133
ax-6
closed
1 week ago
0
Most of bugs in Parser related functions have been fixed.
#132
ax-6
closed
1 week ago
0
Added Token class debug code.
#131
ax-6
closed
1 week ago
0
Fixed many bugs in Parser related functions.
#130
ax-6
closed
1 week ago
1
Fixed many bugs in Parser related functions. TEMP SAVE. NOT COMPLETE.
#129
ax-6
closed
1 week ago
0
Fixed many bugs in Parser related functions. TEMP SAVE. NOT COMPLETE.
#128
ax-6
closed
1 week ago
0
Fixed many bugs in Parser related functions. TEMP SAVE. NOT COMPLETE.
#127
ax-6
closed
1 week ago
0
Fixed many bugs in Parser::Parse function.
#126
ax-6
closed
2 weeks ago
0
Waiting for fixing the bugs in the code.
#125
ax-6
opened
2 weeks ago
0
The functions in Parser class have many unknown bugs.
#124
ax-6
opened
2 weeks ago
2
Completed Parser::Parse function and fixed an error in it.
#123
ax-6
closed
2 weeks ago
0
AQ Virtual Machine Prototype needs to be changed.
#122
ax-6
opened
2 weeks ago
0
BytecodeGenerator is developing.
#121
ax-6
opened
2 weeks ago
1
Added some code of BytecodeGenerator. Not complete.
#120
ax-6
closed
2 weeks ago
0
The Parser section is almost complete. The remaining part of the stru…
#119
ax-6
closed
2 weeks ago
1
Finished ParseVarDecl and most of ParseFuncDecl.
#118
ax-6
closed
3 weeks ago
1
Fixed some ParseExpr errors.
#117
ax-6
closed
3 weeks ago
0
Supplemented some missing parts and fixed some bugs in syntax analysi…
#116
ax-6
closed
3 weeks ago
0
TEST CLA.
#115
ax-6
closed
3 weeks ago
3
TEST CLA.
#114
ax-6
closed
3 weeks ago
1
Basic completion of expression syntax analysis functions.
#113
ax-6
closed
3 weeks ago
1
Updated functions related to expression syntax analysis and decided t…
#112
ax-6
closed
3 weeks ago
2
Expression Syntax Analysis Prioritization Development.
#111
ax-6
closed
3 weeks ago
1
Add Sponsor.
#110
ax-6
closed
3 weeks ago
1
Licences were renewed.
#109
ax-6
closed
3 weeks ago
1
Fixed issues related to switch definition fields and also populated e…
#108
ax-6
closed
3 weeks ago
1
Deleted a non-used code.
#107
ax-6
closed
4 weeks ago
1
Fix some bugs. Not complete.
#106
ax-6
closed
4 weeks ago
1
It basically completes the logical code for ParsePrimaryExpr. A few d…
#105
ax-6
closed
1 month ago
1
Updated Type creation and most of ParseExpr's logic.
#104
ax-6
closed
1 month ago
1
Updated the inheritance base class of variable definition nodes so th…
#103
ax-6
closed
1 month ago
1
Modify the type storage structure from std::vector<Token> to Type*.
#102
ax-6
closed
1 month ago
1
Updated Parser::ParsePrimaryExpr related code. Not complete.
#101
ax-6
closed
1 month ago
1
Modify all std::unique_ptr to native pointers. Also remove the delete…
#100
ax-6
closed
1 month ago
1
Updated the process and code related to Parser. Added two new functio…
#99
ax-6
closed
1 month ago
1
Updated ParseExpr related code. Not complete.
#98
ax-6
closed
1 month ago
1
Added ArrayDeclNode and updated some related code of other AST node c…
#97
ax-6
closed
1 month ago
1
Fixed std::unique_ptr related bugs in compiler.
#96
ax-6
closed
1 month ago
1
The std::unique_ptr used by AST nodes suffers from copy assignment and other problems.
#95
ax-6
closed
1 month ago
3
Trying to fix code related issues with std::unique_ptr. Unsuccessful.
#94
ax-6
closed
1 month ago
2
Changing pointers to AST nodes and Type classes to std::unique_ptr. e…
#93
ax-6
closed
1 month ago
1
Replace the pointer to the AST with std::unique_ptr.
#92
ax-6
closed
1 month ago
0
Updated AST and Parser related code. Not complete.
#91
ax-6
closed
1 month ago
1
Deleted some temp test changes.
#90
ax-6
closed
1 month ago
1
Next