Files
Nim/compiler
ringabout b562e1e6d8 implement =dup hook eliminating wasMoved and =copy pairs (#21586)
* import `=dup` hook eliminating `wasMoved` and `=copy` pairs

* add dup

* add a test for dup

* fixes documentation

* fixes signature

* resolve comments

* fixes tests

* fixes tests

* clean up
2023-05-06 21:36:57 +02:00
..
2023-05-06 21:27:28 +02:00
2023-05-06 21:27:28 +02:00
2023-05-06 19:10:13 +02:00
2023-05-06 21:27:28 +02:00
2023-05-06 19:10:13 +02:00
2023-05-06 21:25:45 +02:00
2023-04-10 09:43:12 +02: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.