renamed the #native method modifier to #primitive for consistency
improved the method modifier processing logic in the compiler
This commit is contained in:
		| @ -75,7 +75,10 @@ class MyObject(Object) | ||||
| 			'wrong class name' | ||||
| 			'non-pointer class inheriting superclass with trailer size set' | ||||
| 			'dcl not allowed' | ||||
| 			'#native not allowed' | ||||
| 			'modifier expected' | ||||
| 			'wrong modifier' | ||||
| 			'disallowed modifier' | ||||
| 			'duplicate modifier' | ||||
| 			'wrong method name' | ||||
| 			'duplicate method name' | ||||
| 			'duplicate argument name' | ||||
|  | ||||
		Reference in New Issue
	
	Block a user