japl/src/types
nocturn9x 2fb0a9a621 Added missing license header 2021-04-18 19:27:53 +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 Added missing license header 2021-04-18 19:27:53 +02:00
hashMap.nim Added simpleHashMap for internal use 2021-04-18 13:45:38 +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 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
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 Added simpleHashMap for internal use 2021-04-18 13:45:38 +02:00
typeutils.nim Moved to custom hashmap 2021-03-18 15:09:36 +01:00