Nathan Braswell
|
87c2b1d2c1
|
Interpreter up to 71/73 tests passing, the only ones that don't yet are the future ones. Struct size is still wrong though
|
2016-07-03 01:55:32 -07:00 |
|
Nathan Braswell
|
2cd43e5a21
|
most of hash map - have to commit fix for unify type first
|
2016-04-20 16:09:26 -04:00 |
|
Nathan Braswell
|
c50c977a9e
|
Fixed the close over methods and member vars bug, but there's something remaining causing the safe_recursive_delete not to work. Gotta save progress and do other stuff
|
2015-06-27 18:06:02 -04:00 |
|
Nathan Braswell
|
8feb9819b8
|
Fix my very very silly mistake of makeing keys and values the same type in map, also add a map.for_each function
|
2015-06-27 12:03:55 -04:00 |
|
Nathan Braswell
|
dacfee6d22
|
Added the []= overloadable operator and implemented it for vector, map, and string
|
2015-06-27 11:46:31 -04:00 |
|
Nathan Braswell
|
b18c18ec30
|
First run at a dead-simple map library. Writing this has reminded me of the need for a []= operator as well as automatic generation of functions for objects, which really should also include ==
|
2015-06-27 10:04:09 -04:00 |
|