Charles-Johnson / zia_programming

A language that can program itself
https://zia-lang.org
GNU General Public License v3.0
3 stars 0 forks source link

use type alias `ConceptId`instead of `usize` everywhere #31

Closed Charles-Johnson closed 3 years ago

Charles-Johnson commented 3 years ago

This makes the intent clearer and will allow changing the type of ConceptId easier later

Charles-Johnson commented 3 years ago

Resolved in #43