Closed datomnurdin closed 7 years ago
I already set regular expression for number, the compiler can receive decimal number but the output not in decimal format.
/-?[0-9]+(\\.[0-9]*)?/
Please advice. Thank you.
Please see previous issues: https://github.com/orangeduck/BuildYourOwnLisp/issues/110
I'm using this guideline (https://github.com/ethan-thames/ploi-lang/blob/master/ploi.c), thanks!
I already set regular expression for number, the compiler can receive decimal number but the output not in decimal format.
Please advice. Thank you.