forked from nim-works/nimskull
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4911131
commit 1dee7e6
Showing
3 changed files
with
144 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
This directory contains specification for the most basic language parts - | ||
# Atoms | ||
|
||
- what is an expression | ||
- what is a statement | ||
- what is "compile time" | ||
This directory contains specifications for basic language components: | ||
|
||
For a lot of these things it is impossible to demonstrate them without using | ||
concepts from subsequent specification parts, but it was decided to put them | ||
as a first entry in the specification. When more "advanced" entries are used | ||
they should be referenced. | ||
- What is an expression | ||
- What is a statement | ||
- What is "compile time" | ||
|
||
For a lot of these, it is difficult to demonstrate without using | ||
concepts from subsequent specification tests; but, it was decided to put them | ||
as a first entry in the specification. When more "advanced" entries are used, | ||
these should be referenced. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters