WIP: Floating pooint literal/constant support

This commit is contained in:
Tristan B. Velloza Kildaire 2022-07-26 11:16:51 +02:00
parent f49b0ce2b9
commit 2dbe14b490
1 changed files with 6 additions and 0 deletions

View File

@ -125,6 +125,12 @@ public final class Lexer
/* The splitter token to finally insert */
string splitterToken;
gprintln("Build up: "~currentToken);
gprintln("Current char: "~currentChar);
/* FIXME: Add floating point support here */
/* TODO: IF buildUp is all numerical and we have dot go into float mode */
/**
* Here we check if we have a `.` and that the characters