Files
Nim/compiler
flywind 515cd45420 Add math.copySign (#16406)
* add math.copySign
* fix + tests
2020-12-30 15:09:30 +01:00
..
2020-12-29 10:31:11 +01:00
2020-11-03 11:41:41 +01:00
2020-12-09 12:18:32 +01:00
2020-12-18 08:53:43 +01:00
2020-11-07 15:58:49 +01:00
2020-11-05 14:00:08 +01:00
2020-12-18 08:53:43 +01:00
2020-09-24 14:14:23 +02:00
2020-11-10 21:53:25 +01:00
2020-11-10 21:53:25 +01:00
2020-11-09 11:47:29 +01:00
2020-11-05 18:55:52 +01:00
2020-11-10 21:53:25 +01:00
2020-12-30 15:09:30 +01:00

Nim Compiler

  • This directory contains the Nim compiler written in Nim.
  • Note that this code has been translated from a bootstrapping version written in Pascal.
  • So the code is not a poster child of good Nim code.

See Internals of the Nim Compiler for more information.