CatarinaGamboa / liquidjava

32 stars 1 forks source link

Isolating refinement type checker from java syntax tree traversing #16

Open FrogOfJuly opened 2 years ago

FrogOfJuly commented 2 years ago

My idea is to separate typing rules to stateless external class.

I do not know if it is possible or useful, so I am creating this pull request to discuss.

FrogOfJuly commented 2 years ago

Also, it seems relevant to split the context into global and local to match formalization