sebbekarlsson / tscc

Typescript to C compiler (TSCC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Floating point numbers

sebbekarlsson opened this issue · comments

Should be done in src/lexer.c , modify the method that collects integers and make it accept "." and continue parsing.
The method should probably also be renamed.