You are browsing as a guest. Sign up (or log in) to start making projects!

36m 10s logged

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) :

  • perform became unmutable; what does that mean: when you write perform x+1 the value of x won’t be increased by one, insted you shoul write x = 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!!!

0
90

Comments 0

No comments yet. Be the first!