Implement API for creating a builtin classes #59
		Referência em uma nova issue
	
	Block a user
	
	Nenhuma descrição fornecida.
		
		Excluir branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I would like to implement some API allowing for easily implementing a builtin classes. This should allow to set a proper class name, implement properties, constants and methods, including methods overloading.
Thanks to that API, we could begin with putting builtin functions inside classes, thus making AerScript more OOP language.