Files
Nim/compiler
Andreas Rumpf 9ffec79300 DrNim (Nim compiler with Z3 integration) (#13743)
* code cleanups and feature additions
* added basic test and koch/CI integration
* make it build on Unix
* DrNim: now buildable on Unix, only takes 10 minutes, enjoy
* added basic documentation for DrNim which can also be seen as the RFC we're following
* drnim: change the build setup so that drnim.exe ends up in bin/
* makes simple floating point ranges work
* added basic float range check
* drnim: teach Z3 about Nim's range types plus code refactoring
* drnim: make unsigned numbers work
* added and fixed index checking under setLen
* first implementation of .ensures, .invariant and .assume (.requires still missing and so is proc type compatibility checking
* drnim: .requires checking implemented
* drnim: implemented .ensures properly
* more impressive test involving min()
* drnim: check for proc type compatibility and base method compatibility wrt .requires and .ensures
* testament: support for 'pattern <directory>
* koch: uses new <directory> feature of testament
* drnim: added tiny musings about 'old'
* Make testament work with old SSL versions
* koch: add support for 'koch drnim -d:release'
* drnim: preparations for the param.old notation
2020-03-31 22:54:48 +02:00
..
2019-09-27 07:02:54 +02:00
2019-11-28 17:13:04 +01:00
2020-03-22 19:45:02 +01:00
2020-03-18 16:57:34 +01:00
2020-03-18 16:57:34 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-23 15:47:10 +01:00
2020-02-14 12:33:36 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-31 21:15:06 +02:00
2020-03-19 22:58:16 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-21 07:12:10 +01:00
2019-09-27 07:02:54 +02:00
2019-11-28 17:13:04 +01:00
2019-09-27 07:02:54 +02:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-08 10:55:19 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-12-13 19:20:29 +01:00
2020-03-16 14:55:58 +01:00
2020-03-05 16:02:34 +01:00
2020-03-21 07:12:10 +01:00
2019-11-28 17:13:04 +01:00
2020-03-25 13:44:52 +00:00
2019-11-28 17:13:04 +01:00
2020-03-27 12:14:57 +01:00
2020-03-26 15:18:45 +00:00
2020-03-26 15:18:45 +00:00
2020-03-26 15:18:45 +00: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.

See https://nim-lang.org/docs/intern.html for more information.