Commit graph

13 commits

Author SHA1 Message Date
Yehowshua Immanuel
45191a2abd WIP : client request should handle unmapped case 2025-04-11 07:54:47 -04:00
Yehowshua Immanuel
cffbadd1cc incomplete but need to come to stopping point 2025-04-10 21:42:15 -04:00
Yehowshua Immanuel
5efef8b19c quieter builds, more type uniformity, full compiles
- made builds less verbose on Mac by removing `-cpp`
 - made type constructors for most instances of `(UInt (TLog n))`
 - addressed cases where types built upon `(UInt (TLog n))` may have
   a max value of `n`, which necessitates changing the type to
   ` (UInt (TLog (TAdd 1 n)))`
 - compiler wouldn't fully evaluate types unless mkBus was
   instantiated
2025-04-10 20:46:53 -04:00
Yehowshua Immanuel
71fbb7d2e5 add bus diagram and further work on Bus 2025-04-10 10:59:52 -04:00
c9356eecfd client methods presumably finished 2025-04-10 01:27:33 -04:00
979adf3660 preliminary work on client methods and some type repair 2025-04-10 00:36:29 -04:00
ca02c88be3 stubbed out mkBus for now - awaits full implementation 2025-04-09 22:31:26 -04:00
Yehowshua Immanuel
076d3aed43 shoudl probably rethink approach... 2025-04-09 20:58:13 -04:00
b4c7537a85 things still typecheck 2025-04-09 01:08:42 -04:00
989c4e9616 Bus types typecheck!!! 2025-04-08 23:36:54 -04:00
fe2fa21fcc skeletons of Bus module slowly forming 2025-04-08 23:04:30 -04:00
da761f6e4e Type system progress on bus design 2025-04-08 13:05:34 -04:00
21a3ee7f7a initial support for Bus types 2025-03-14 19:46:08 -04:00