xavitator / nut-lang

MIT License
0 stars 0 forks source link

Change how to handle numbers #21

Closed FauconFan closed 5 years ago

FauconFan commented 5 years ago

Numbers are hard typed. It meens that

2 is not a flottant

  1. is not a int.

We have to change the grammar to accept the following as flottants.

2.
.23

Is it okay for you ?

xavitator commented 5 years ago

it is okey for me ;)

FauconFan commented 5 years ago

@elusyo

maiste commented 5 years ago

Ok for me.

FauconFan commented 5 years ago

32c54e25dec070c393aed2e7a88951561b48bdb8