daeisbae / AParser

Yet another programming language for educational purpose and simplicity
https://daeisbae.github.io/AParser/
MIT License
1 stars 0 forks source link

Arithmetic calculation returns an integer format, which should be in double #90

Closed daeisbae closed 2 months ago

daeisbae commented 2 months ago

Problem

./AParser
>>> 1 / -2     
0
>>> 1 / 2
0
>>> 1 / 3
0
>>> 3 / 5
0
>>> 5 / 3
1
daeisbae commented 2 months ago

Issue solved. Further issue goes to #92