mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-01 04:59:05 +00:00
fixes #26010 Cursors do not own their values and therefore cannot transfer ownership through move. Reject move(cursor) during semantic analysis and share the cursor-location check between semantic analysis and destructor injection.
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.