mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Add experimental -insert-semicolon functionality to tokenizer and parser
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ Float_Class :: enum {
|
||||
Neg_Zero, // the negative zero
|
||||
NaN, // Not-A-Number (NaN)
|
||||
Inf, // positive infinity
|
||||
Neg_Inf // negative infinity
|
||||
Neg_Inf, // negative infinity
|
||||
};
|
||||
|
||||
TAU :: 6.28318530717958647692528676655900576;
|
||||
|
||||
Reference in New Issue
Block a user