From 3e855bbc2394445843143bb703c95dd694699f0e Mon Sep 17 00:00:00 2001 From: mRnea Date: Wed, 14 Aug 2024 00:38:29 +0300 Subject: added macros, temporarily removed some error checks --- assembly.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assembly.lisp') diff --git a/assembly.lisp b/assembly.lisp index fe07654..fc5f58a 100644 --- a/assembly.lisp +++ b/assembly.lisp @@ -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 < > -- cgit v1.2.3