Change to globals are PascalCase, locals are snake_case

This commit is contained in:
Krzosa Karol
2022-09-27 10:51:12 +02:00
parent 3dd9fae080
commit b8ab388bfc
11 changed files with 123 additions and 148 deletions

View File

@@ -116,7 +116,7 @@ Stuff that helped me a lot programming the compiler. Hopefully they also will be
- [ ] Dynamic arrays
- [ ] Hash tables
- [ ] Generics
- [ ] Generics / Parametric polymorphism
- [ ] Language constructs
- [x] If