felixangell / kpd

an old compiler for Krug written in D - a prototype version
MIT License
44 stars 1 forks source link

name refactoring #82

Closed felixangell closed 6 years ago

felixangell commented 6 years ago

some variable/method names are a little bit misleading. mostly xyz_let should be xyz_var for example

parse_let -> parse_var

since most let's can be mutable so this is misleading. another thing is things like the builder, in my opinion, should be:

analyze_expr -> build_expr
analyze_var -> build_var