1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00

7 Commits

Author SHA1 Message Date
A. R. Shajii
55eedf29be
Datetime (#9)
* Initial datetime module

* More functions

* Remove fold

* Fixes

* Fixes

* Fix radd etc.

* Add unittest

* Add default fillchar

* Add remaining tests
2021-12-20 13:07:07 -05:00
Ibrahim Numanagić
2c72eda249 Revert StmtExpr.ownBlock; Fix JIT printing of void expressions 2021-12-08 09:12:17 -08:00
Ibrahim Numanagić
1681912b2c Add __repr_pretty__ support 2021-11-22 05:32:49 -08:00
A. R. Shajii
35895ed811 Transition to __repr__ 2021-10-12 16:16:24 -04:00
A. R. Shajii
8d4caa2835 Add divmod() 2021-10-09 17:07:41 -04:00
A. R. Shajii
9ad07febb6 Add more builtins
bin(), oct(), hex(), update reversed()
2021-10-08 14:25:11 -04:00
A. R. Shajii
0d185019f3 .seq to .codon 2021-10-01 09:56:35 -04:00