diff options
author | mRnea <akannemre@gmail.com> | 2024-08-16 00:16:26 +0300 |
---|---|---|
committer | mRnea <akannemre@gmail.com> | 2024-08-16 00:16:26 +0300 |
commit | 68947d00aa6666d6e4daed6a0f75009c9bf3048d (patch) | |
tree | 60dfb5968073d3bd9eaafb02f6327702dd02e5b6 /assembly.lisp | |
parent | 6eb5ad5b42c3f0bd134845659d3eeec71debfb21 (diff) |
added file inclusion and optional macro documentation list
Diffstat (limited to 'assembly.lisp')
-rw-r--r-- | assembly.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assembly.lisp b/assembly.lisp index fc5f58a..16183f7 100644 --- a/assembly.lisp +++ b/assembly.lisp @@ -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* ()) |