standardized the system of stack effect comments and updated/corrected the existing comments in stdlib and added some that were lacking
This commit is contained in:
3
fn.sl
3
fn.sl
@@ -1,4 +1,5 @@
|
||||
word call-syntax-rewrite # ( fnameToken -- handled )
|
||||
#call-syntax-rewrite [* | fnameToken] -> [* | handled]
|
||||
word call-syntax-rewrite
|
||||
dup token-lexeme identifier? 0 == if drop 0 exit end
|
||||
peek-token dup nil? if drop drop 0 exit end
|
||||
dup token-lexeme "(" string= 0 == if drop drop 0 exit end
|
||||
|
||||
Reference in New Issue
Block a user