adding code to support class attribute list. work in progress
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-05 00:05:52 +09:00
parent f4d223f646
commit 3f350dd38a
8 changed files with 190 additions and 43 deletions

View File

@ -1,8 +1,8 @@
class ##ERROR: syntax error - no class body
class ##ERROR: syntax error - incomplete defintion of unnamed class for 'class'
---
class B ##ERROR: syntax error - no class body
class B ##ERROR: syntax error - incomplete definition of 'B' for 'class'
---