Kipper v0.9.0 #215
Luna-Klatzer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If-Statement Update
v0.9.0 - 2022-06-26
New Features
CompilableASTNode.checkForWarnings()
(Added partial support for semantic analysis warnings usingCompilableASTNode.checkForWarnings()
#211) @Luna-Klatzersupported operators, which can be used between two expressions: (Implemented if, else-if and else statements (selection statements) #207) @Luna-Klatzer
!=
(Not Equal Operator)==
(Equal Operator)>
(Greater than Operator)>=
(Greater or equal to Operator)<
(Less than Operator)<=
(Less or equal to Operator)supported operators, which can be used between two expressions/conditions: (Implemented if, else-if and else statements (selection statements) #207) @Luna-Klatzer
&&
(Logical And Operator)||
(Logical Or Operator)of all supported operators: (Implemented if, else-if and else statements (selection statements) #207) @Luna-Klatzer
!
(Logical NOT Operator)+
(Plus Operator)-
(Minus Operator)Dependency Updates
Full Details
Detailed Changelog:
CHANGELOG.md
Compare Changes: Luna-Klatzer/Kipper@v0.8.3...v0.9.0
This discussion was created from the release Kipper v0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions