From 68947d00aa6666d6e4daed6a0f75009c9bf3048d Mon Sep 17 00:00:00 2001 From: mRnea Date: Fri, 16 Aug 2024 00:16:26 +0300 Subject: added file inclusion and optional macro documentation list --- assembly.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assembly.lisp') 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* ()) -- cgit v1.2.3