diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-22 13:59:08 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-22 13:59:08 -0700 |
| commit | dfd39f0b14794b360fd6c961c65ab45d229e00b1 (patch) | |
| tree | 51f0c30ef3a32c969c63321da8164436a3ba8b31 /core/scopes.nom | |
| parent | 01d5f810ed7fd6e9b261b1fe793f8666970b2068 (diff) | |
Shifting further towards having inline tests. Also added a helper
function for directly extracting source lines from a Source or AST.
Diffstat (limited to 'core/scopes.nom')
| -rw-r--r-- | core/scopes.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scopes.nom b/core/scopes.nom index 37405e5..f9dc758 100644 --- a/core/scopes.nom +++ b/core/scopes.nom @@ -31,4 +31,4 @@ compile [with local %locals %body, with local %locals do %body] to: Lua ".." do \%body_lua - end
\ No newline at end of file + end |
