In this short devlog I want to announce you the last changes in the AiRY / AiRY Core standard lib (saying this cus I am planning to add more libs after I finish this one) :
-
performbecame unmutable; what does that mean: when you writeperform x+1the value of x won’t be increased by one, insted you shoul writex = perform x+1
Anyway token.rs and ast.rs are ready, I am now moving on to the lexer.rs (the component that translates the input code in structures and tokens from ast.rs and token.rs)
See you soon!!!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.