Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file bs/builtins/statements/if.cpp version 5d1180010b
|
2019-08-18
| ||
| 00:54 |
| |
|
2019-08-17
| ||
| 20:46 | Implemented compound assignment operators. check-in: 35a5fd236f user: achavasse tags: trunk | |
| 14:49 |
| |
|
2019-08-16
| ||
| 23:52 | Simplified ir::Vector, use plain std::vector to store the terms. immer::vector was pointless for that since we pretty much never actually take advantage of them being CoW in this case. check-in: f2ca82dfce user: achavasse tags: trunk | |
| 20:33 | Implemented variable declarations with local type inference. check-in: 5a361c8b86 user: achavasse tags: trunk | |
| 14:48 | Added a new type of template expression: TVec, along with a helper function to make it possible for parametric types to be constructed either normally or as a template expression when passed template parameters. Only used by LocalVar for now, parametric runtime types require some refactoring. check-in: 27fc719d74 user: achavasse tags: trunk | |
|
2019-08-15
| ||
| 22:58 | Implemented InitializeLocalVar() for the bool, ct_int and ct_string types. check-in: 6d69e387ac user: achavasse tags: trunk | |
| 22:37 |
| |