issues
search
daeisbae
/
AParser
Yet another programming language for educational purpose and simplicity
https://daeisbae.github.io/AParser/
MIT License
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update new features docs about AParser (CompareExpression, NotStatement)
#127
daeisbae
opened
3 months ago
0
[#125] Update to ignore generated CMake and Doxygen files
#126
daeisbae
closed
3 months ago
0
GitIgnore ignore automatically generated files such as HTML, Latex
#125
daeisbae
closed
3 months ago
1
[#123] Implement cleanup file for file generated during compilation
#124
daeisbae
closed
3 months ago
0
Clean up script after file generation
#123
daeisbae
closed
3 months ago
1
[#121] Implement README.md to doxygen main page
#122
daeisbae
closed
3 months ago
0
Implement README.md to Doxygen main page
#121
daeisbae
closed
3 months ago
1
[#107] Implement code docs for runtime classes in doxygen format
#120
daeisbae
closed
3 months ago
0
[#107] Implement code docs for parser class in doxygen format
#119
daeisbae
closed
3 months ago
0
[#107] Implement code docs for ast classes in doxygen format
#118
daeisbae
closed
3 months ago
0
[#107] Implement code docs for file class in doxygen format
#117
daeisbae
closed
3 months ago
0
[#107] Implement code docs for lexer class in doxygen format
#116
daeisbae
closed
3 months ago
0
[#107] Implement code docs for stringutil file in doxygen format
#115
daeisbae
closed
3 months ago
0
[#109] Change @file for operator class to operator.hpp
#114
daeisbae
closed
3 months ago
0
[#107] Implement code docs for operator class in doxygen format
#113
daeisbae
closed
3 months ago
0
[#109] Remove ci description in doxygen flow
#112
daeisbae
closed
3 months ago
0
[#109] Change master branch to main branch
#111
daeisbae
closed
3 months ago
0
[#109] Implement doxygen setup for github actions
#110
daeisbae
closed
3 months ago
0
Doxygen setup for GitHub Pages
#109
daeisbae
closed
3 months ago
1
[#107] Implement code docs for token class in doxygen format
#108
daeisbae
closed
3 months ago
0
Document code in Doxygen format (JSDoc or JavaDoc way)
#107
daeisbae
closed
3 months ago
1
[#105] Implement Not Operator (!) Test Cases
#106
daeisbae
closed
3 months ago
0
Implement Not Operator Test Cases
#105
daeisbae
closed
3 months ago
1
[#103] Implement Not (!) Expression
#104
daeisbae
closed
3 months ago
0
Implement Not Expression
#103
daeisbae
closed
3 months ago
1
[#94] Implement number testing cases
#102
daeisbae
closed
3 months ago
0
[#100] IEEE 754 Change to Floating Point Arithmetic Format Printing
#101
daeisbae
closed
3 months ago
0
IEEE 754 - Floating Point Arithmetic Printing
#100
daeisbae
closed
3 months ago
1
[#98] Implement String Runtime Test Cases
#99
daeisbae
closed
3 months ago
0
Implement StringExpression and StringValue testing
#98
daeisbae
closed
3 months ago
1
[#96] Implement String Expression, Value in AST, Parser, Runtime class
#97
daeisbae
closed
3 months ago
0
String expression is not allowed
#96
daeisbae
closed
3 months ago
1
Refactoring folder structure
#95
daeisbae
opened
3 months ago
0
Add arithmetic calculation testing in double
#94
daeisbae
closed
3 months ago
1
[#92] Integer TokenType and Expression changed to Number and change all number value from int to double
#93
daeisbae
closed
3 months ago
0
Double value rounds to integer, which should be double.
#92
daeisbae
closed
3 months ago
1
[#90] Make value return float if there is 0 after the decimal point, else convert to integer form
#91
daeisbae
closed
4 months ago
0
Arithmetic calculation returns an integer format, which should be in double
#90
daeisbae
closed
3 months ago
1
[#84] Git clone repository as the first instruction
#89
daeisbae
closed
4 months ago
0
[#79] Implement runtime structure in uml diagram
#88
daeisbae
closed
4 months ago
0
[#79] Change in lexer, token, operator relationship in uml diagram
#87
daeisbae
closed
4 months ago
0
[#79] Implement ast and parser structure in uml diagram
#86
daeisbae
closed
4 months ago
0
Include Operator Precedence for Operator Structure Explaination #79
#85
daeisbae
closed
4 months ago
0
Include Docker Based Installation Instructions #82
#84
daeisbae
closed
4 months ago
0
Include dockerfile for easier setup #82
#83
daeisbae
closed
4 months ago
0
Implement Docker file to use the application
#82
daeisbae
opened
4 months ago
0
Include UML Diagram reference to the root README #79
#81
daeisbae
closed
4 months ago
0
Add UML Diagram and implement lexer structure in uml diagram
#80
daeisbae
closed
4 months ago
0
Implement UML Diagram for project explanation
#79
daeisbae
opened
4 months ago
0
Fix 1 == true expression that was caused due to Peek() and curr_tok mix up
#78
daeisbae
closed
4 months ago
0
Next