bootstrap the compiler with nimPreviewSlimSystem (#20176)

* bootstrap the compiler with nimPreviewSlimSystem

* threads
This commit is contained in:
ringabout
2022-08-09 16:32:29 +08:00
committed by GitHub
parent cddd4de658
commit e8ae2dc90b
19 changed files with 68 additions and 1 deletions

View File

@@ -11,6 +11,10 @@
##
## Experimental API, subject to change.
when defined(nimPreviewSlimSystem):
import std/assertions
const whitespaces = {' ', '\t', '\v', '\r', '\l', '\f'}
proc add*(x: var string, y: openArray[char]) =