added file inclusion and optional macro documentation list
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(in-package :cl-forth)
|
||||
|
||||
(defparameter *psuedo-identifiers*
|
||||
'(syscall-1 syscall-2 syscall-3 syscall-4 syscall-5 syscall-6 makro son)
|
||||
'(syscall-1 syscall-2 syscall-3 syscall-4 syscall-5 syscall-6 makro son kütüphane)
|
||||
"These do not map to operations that generate code directly, but are valid to lexer and parser")
|
||||
|
||||
(defparameter *identifiers* ())
|
||||
|
||||
Reference in New Issue
Block a user