tests/languages/scheme/number_feature.test


Log

Author Commit Date CI Message
Jakub T. Jankiewicz 4eb81fa1 2021-10-23T12:30:36 Scheme: Updates syntax for reals (#3159) According to R7RS spec, you can use different mnemonics for the scientific notation that indicated the precision of the number.
Michael Schmidt 1c6c0bf3 2021-03-30T21:10:23 Scheme: Added bracket support (#2813)
Michael Schmidt e01ecd00 2020-11-29T00:14:35 Scheme: Fixed number pattern (#2648)
Michael Schmidt 1e3f542b 2020-06-04T22:15:55 Scheme: Adjusted lookbehind for literals (#2396)
Michael Schmidt 9a49f78f 2020-04-07T20:32:39 Scheme: Improvements (#2263)
Michael Schmidt e8811d22 2019-07-20T03:18:01 Scheme: Added support for rational number literals (#1964) This adds support for rational numbers like `2/3`.
Golmote ae12ea47 2015-08-31T09:07:00 Add tests for Scheme