added macros, temporarily removed some error checks
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
(in-package :cl-forth)
|
||||
|
||||
(defparameter *psuedo-identifiers*
|
||||
'(syscall-1 syscall-2 syscall-3 syscall-4 syscall-5 syscall-6)
|
||||
"These do not map to operations directly, but are valid to lexer")
|
||||
'(syscall-1 syscall-2 syscall-3 syscall-4 syscall-5 syscall-6 makro son)
|
||||
"These do not map to operations that generate code directly, but are valid to lexer and parser")
|
||||
|
||||
(defparameter *identifiers* ())
|
||||
;; '(+ - dump = ise yoksa yap eş push değiş üst rot düş döngü iken < >
|
||||
|
||||
Reference in New Issue
Block a user