Timothee Cour
|
e92c78a9ac
|
add number literal jsbigints.big (#17707)
|
2021-04-13 09:33:28 +02:00 |
|
flywind
|
a807233aeb
|
fix #17615(runnableExamples silently ignored if placed after some code) (#17619)
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
|
2021-04-02 18:26:30 -07:00 |
|
konsumlamm
|
9997b42c35
|
Use importjs (#17422)
|
2021-03-19 14:22:48 -07:00 |
|
Juan Carlos
|
2e3d324cc6
|
Improve Bigint (#17252)
* https://github.com/timotheecour/Nim/issues/566#issue-799927295
* Update lib/std/jsbigints.nim
Co-authored-by: flywind <xzsflywind@gmail.com>
* Update lib/std/jsbigints.nim
Co-authored-by: flywind <xzsflywind@gmail.com>
Co-authored-by: flywind <xzsflywind@gmail.com>
|
2021-03-04 14:02:36 +01:00 |
|
Juan Carlos
|
b8e8eaae66
|
BigInt runnableExamples: octal, binary, hex constructor (#16868)
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
|
2021-01-29 17:48:47 -08:00 |
|
flywind
|
296cf9657c
|
add lost functions (#16843)
|
2021-01-29 15:14:19 +01:00 |
|
Timothee Cour
|
18e14f5920
|
js: improve tests + some docs (#16727)
* js: improve tests
* _
* _
* _
* fixup
|
2021-01-16 12:08:40 +01:00 |
|
Juan Carlos
|
41965880ce
|
Add js BigInts (#16409)
* Add BigInts
* Renames tos plurals
* Improve Stringifications
* Update changelog.md
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com>
* RunnableExamplerize
* discard the discardable pragma
* Several improvements from peer reviews, more docs
* More doc, more test
* More doc, more test
* Better error message 'Error: usage of low is an {.error.} defined at jsbigints.nim' instead of just 'type mismatch JsBigInt'
* is an overload, rename
* proc to scare kids away
* Update lib/js/jsbigints.nim
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* https://github.com/nim-lang/Nim/pull/16409#discussion_r554365041
Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com>
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
|
2021-01-14 20:19:41 +01:00 |
|