japl/src/types
nocturn9x 683588f693 Experimental unicode support (yay) + fixed a bug with string indexing at the last element that caused an out of bounds exception 2021-10-10 23:27:48 +02:00
..
arrayList.nim Moved to custom hashmap 2021-03-18 15:09:36 +01:00
baseObject.nim Added a generic custom sequence implementation to replace nim's seq type and moved as much functionality as possible from nim to us in order to avoid GC clashes 2021-01-17 16:54:55 +01:00
boolean.nim Added a generic custom sequence implementation to replace nim's seq type and moved as much functionality as possible from nim to us in order to avoid GC clashes 2021-01-17 16:54:55 +01:00
exception.nim Added an optional prompt parameter to readline and renamed it to readLine. Added string support in toInt 2021-02-04 12:03:10 +01:00
function.nim The REPL no longer shows the last pop value if an error occurs 2021-09-30 19:38:35 +02:00
hashMap.nim Edited comment on linear probing/tombstones 2021-10-03 12:29:02 +02:00
iterable.nim Added a generic custom sequence implementation to replace nim's seq type and moved as much functionality as possible from nim to us in order to avoid GC clashes 2021-01-17 16:54:55 +01:00
japlNil.nim Moved to custom hashmap 2021-03-18 15:09:36 +01:00
japlString.nim Experimental unicode support (yay) + fixed a bug with string indexing at the last element that caused an out of bounds exception 2021-10-10 23:27:48 +02:00
methods.nim Moved to custom hashmap 2021-03-18 15:09:36 +01:00
native.nim Added a generic custom sequence implementation to replace nim's seq type and moved as much functionality as possible from nim to us in order to avoid GC clashes 2021-01-17 16:54:55 +01:00
numbers.nim Fixed identity operator bug and added isnot for consistency. Changed behavior for gt/lt comparisons to account for more complex expressions 2021-02-26 12:27:10 +01:00
simpleHashMap.nim Fixed broken linear probe sequence in our hashmap 2021-10-03 12:23:20 +02:00
typeutils.nim Moved to custom hashmap 2021-03-18 15:09:36 +01:00