Files
Nim/compiler
Joey 559a7615ad Nintendo switch support (#8069)
* Add config section for Nintendo Switch
* Add compiler configuration for Nintendo Switch and it's CPU
* Add specific lib code for Nintendo Switch
* Add GC support for Nintendo Switch
* Update changelog for Nintendo Switch
* Update changelog with more info about fixed paths
* Cleaned up GC memory management a bit
* Relocate docs for Switch
* Rename aarch64NoneElfGcc to nintendoSwitchGCC
* Remove armv8a57
* Fix installer.ini
* Reuse code in linux and amd64
* Add posix defs for nintendo switch
* Add more defined sections for nintendo switch
* Remove old comment
* Add what's not supported for Nintendo Switch docs
* Make nintendoswitch == posix
* Remove DEVKITPRO references from nim.cfg
* Make PR extccomp changes
* Remove Result type alias
* Add separate switch consts file
* Update docs for nintendo switch
* Fix travis errors with undefined consts and add correct wait.h procs
2018-06-27 12:35:09 +02:00
..
2018-05-12 11:58:44 +02:00
2018-06-03 20:15:37 +02:00
2017-10-29 08:37:13 +01:00
2018-06-08 19:50:36 +02:00
2018-06-20 10:20:42 +02:00
2018-06-11 01:25:48 +02:00
2018-06-11 22:38:40 +03:00
2018-06-08 19:50:36 +02:00
2018-06-08 19:50:36 +02:00
2017-01-07 22:35:09 +01:00
2018-06-27 12:35:09 +02:00
2017-10-29 08:37:13 +01:00
2018-06-12 00:20:08 +01:00
2018-06-27 12:35:09 +02:00
2018-06-19 09:42:33 +02:00
2017-10-15 20:55:38 +02:00
2018-06-26 01:42:36 +02:00
2018-06-11 17:08:25 +02:00
2018-06-08 19:50:36 +02:00
2018-06-11 01:23:14 +02:00
2018-06-27 12:35:09 +02:00
2018-05-11 13:07:16 +02:00
2018-05-11 13:07:16 +02:00
2018-06-12 09:17:24 +01:00
2018-06-27 12:35:09 +02:00
2018-05-18 20:53:41 +02:00
2014-08-28 09:38:14 +02:00
2018-06-24 15:13:34 +02:00
2018-05-12 11:58:44 +02:00
2018-06-16 16:46:32 +03:00
2018-05-27 15:22:17 +02:00
2015-11-03 14:52:36 +01:00
2018-05-11 15:01:28 +02:00
2018-06-26 21:25:27 +02:00
2018-06-26 21:25:27 +02:00
2018-06-13 15:39:45 +03:00

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.