mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-27 09:36:21 +00:00
Merge pull request #7077 from migliozziz/docs-runtime-pkg-overview
Docs: Closes markdown table header
This commit is contained in:
@@ -7,7 +7,7 @@ Declarations which are required by the compiler
|
||||
There are a lot of files in this package and below is described roughly what
|
||||
kind of functionality is placed in different files:
|
||||
|
||||
| File pattern | Description
|
||||
| File pattern | Description |
|
||||
|----------------------|------------------------------------------------------|
|
||||
| `core.odin` | Contains the declarations that compiler will require to be present. Contains context-related declarations, `Type_Info` declarations and some other types used to implement the runtime and other packages. |
|
||||
| `core_builtin*.odin` | Contain `@(builtin)` declarations that can be used without importing the package. Most of them aren't required by the compiler |
|
||||
|
||||
Reference in New Issue
Block a user