Darvass69
Darvass69
I think we already have something like that. https://github.com/TodePond/DreamBerd?tab=readme-ov-file#equality > If you want to be much less precise, you can use `=`. > > ```java > 3 = 3.14! //true...
I don't understand what you mean here. > ```js > if 3 = 3.14 { > print 3.1 ! // 3.1 > print 3 ! // 3.14 > } >...
Are you proposing something that is both a comparator and an assignment at the same time?
`""`
No its not
But it can be
If it feels like it.
> print("print print")! No, I think it would be `print(print(print()))!` and it would print `undefined` 3 times. This way, we don't need any string.
🎉Update🎉 I focused my efforts on parsing rather than interpreting. I changed the parser so it could parse any syntax we need using simple rules and abstract all the complexities...