Still working on standards.
This commit is contained in:
14
nel/lc.nel
Normal file
14
nel/lc.nel
Normal file
@@ -0,0 +1,14 @@
|
||||
do {
|
||||
// Scope for the language that we will write in NEL
|
||||
here (I scope) is (new scope); // I -> NEL Intermediate Code
|
||||
|
||||
// Compile (...) should return the compiled text
|
||||
here (compile ('code'))
|
||||
expands to
|
||||
(do {'code'} in (I scope));
|
||||
|
||||
// Definitions for things in the I scope
|
||||
let {
|
||||
|
||||
} in (I scope)
|
||||
}
|
||||
Reference in New Issue
Block a user