finished the native method handling code in the compiler

This commit is contained in:
hyunghwan.chung
2017-02-19 17:33:53 +00:00
parent 8442968f9c
commit 6a7cbc8dcb
6 changed files with 68 additions and 48 deletions

View File

@ -75,6 +75,7 @@ class MyObject(Object)
'wrong class name'
'non-pointer class inheriting superclass with trailer size set'
'dcl not allowed'
'#native not allowed'
'wrong method name'
'duplicate method name'
'duplicate argument name'