ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
236 stars 26 forks source link

Corrections to Power architecture nomenclatures #537

Closed bencz closed 3 years ago

bencz commented 3 years ago

Change in folder nomenclatures and enum, referring to PowerPC, because as there are basically 3 variations of the Power architecture and we are working only with the latest version, ppc64le, it is good to keep it separate in the code, to make identification easier.

As for the assembler, there is no need to change the class name.

arakov commented 3 years ago

thanks a lot