mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Fix small typos (#17680)
This commit is contained in:
@@ -113,7 +113,7 @@ You can import them directly for debugging:
|
||||
The compiler's architecture
|
||||
===========================
|
||||
|
||||
Nim uses the classic compiler architecture: A lexer/scanner feds tokens to a
|
||||
Nim uses the classic compiler architecture: A lexer/scanner feeds tokens to a
|
||||
parser. The parser builds a syntax tree that is used by the code generators.
|
||||
This syntax tree is the interface between the parser and the code generator.
|
||||
It is essential to understand most of the compiler's code.
|
||||
|
||||
@@ -118,6 +118,7 @@ since (1, 5):
|
||||
|
||||
func timeStamp*(console: Console; label: cstring) {.importcpp.}
|
||||
## https://developer.mozilla.org/en-US/docs/Web/API/Console/timeStamp
|
||||
##
|
||||
## ..warning:: non-standard
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user