wip parser structure with placeholders
This commit is contained in:
@@ -97,7 +97,7 @@ int main(int ac, char **av)
|
||||
}
|
||||
else if (tokens[i].type == TOKEN_NUMBER_DOUBLE)
|
||||
{
|
||||
printf("%f\n", tokens[i].value_double);
|
||||
printf("%g\n", tokens[i].value_double);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user