Kayon-Marie / SMPL_Interpreter

1 stars 2 forks source link

Add Decimal data type #12

Open RowAtk opened 4 years ago

RowAtk commented 4 years ago

Add a new basic data type(BDT) to SMPL called "Decimal" that uses the Java BigDecimal Class BTS for the option of using precise real number values.

proposed syntax:

`#d0.4 // returns 0.4

ArbitCode commented 4 years ago

hi, @RowAtk may you clarify this issue so that I can contribute ? what is SMPL?

RowAtk commented 4 years ago

Hello @ArbitCode , SMPL is a small but powerful programming language used in our Language Processors course in University. This is an actually a group assignment so I am afraid you can't contribute... at least for now..