mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-13 17:12:10 +00:00
feat: Implement eval methods for expressions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var a : entier = 5; // 5
|
||||
var b : flottant = a + 3.8; // 8.8
|
||||
var c : flottant = b * a; // 44.0
|
||||
|
||||
var d : chaine = "Hello" + "World"; // "HelloWorld"
|
||||
Reference in New Issue
Block a user