Files
Nim/compiler
metagn 919a889ba8 moderate system cleanup & refactor (#20355)
* system refactor, move out 600 lines

* compilation, slice, backwardsindex, misc_num moved out of system
* some procs/types moved into arithmetics, basic_types
* system no longer depends on syncio
* some procs moved around to fit with their surroundings

* make exceptions an import, old ops to misc_num

* move instantiationInfo back

* move back nim version, fix windows echo

* include compilation

* better docs for imported modules, fix unsigned ops

also remove ze, ze64, toU8, toU16, toU32 with nimPreviewSlimSystem

* fix terminal

* workaround IC test & weird csize bug, changelog

* move NimMajor etc back to compilation, rebase for CI

* try ic fix

* form single `indices`, slim out TaintedString, try fix IC

* fix CI, update changelog, addQuitProc

* fix CI

* try fix CI

* actually fix CI finally hopefully

* Update lib/system/compilation.nim

Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>

* update kochdocs

* hopefully fix csize uses for slimsystem

* fix tquit

Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
2022-09-28 15:28:45 -04:00
..
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2021-03-19 16:53:38 +01:00
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2022-09-27 10:57:47 +02:00
2017-01-07 22:35:09 +01:00
2022-09-27 10:57:47 +02:00
2022-09-01 18:10:00 +02:00
2019-11-28 17:13:04 +01:00
2022-09-27 10:57:47 +02:00
2021-01-12 09:36:51 +01:00
2022-09-27 10:57:47 +02:00
2022-03-23 20:34:53 +01:00
2022-09-23 13:05:05 +02:00
2019-09-27 07:02:54 +02:00
2022-09-01 18:10:00 +02:00
2022-09-23 13:05:05 +02:00
2022-09-27 10:57:47 +02:00
2021-01-07 20:26:40 +01:00
2021-04-07 19:54:28 +02:00
2022-09-11 08:33:24 +02:00
2022-09-27 10:57:47 +02:00
2020-11-10 21:53:25 +01:00
2022-08-24 13:38:30 +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.