added code to process the binop symbol
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-16 11:12:11 +09:00
parent a3e2b589be
commit ec4a6facee
3 changed files with 42 additions and 0 deletions

View File

@ -83,3 +83,7 @@ defun :* fun1() { ##ERROR: syntax error - function name not symbol in defun
---
(10 + 20 30) ##ERROR: syntax error - too many operands
---
#**a ##ERROR: syntax error - invalid binary selector character 'a' after #**