You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monkey-lang/object
James Mills c58de88d90
Fix import paths
2 years ago
..
.DS_Store Further refactored objects and builtins 4 years ago
array.go Refactored type checkig and error handling in all builtins 4 years ago
bool.go Refactored type checkig and error handling in all builtins 4 years ago
builtin.go Refactored type checkig and error handling in all builtins 4 years ago
closure.go Fix import paths 2 years ago
environment.go Added module and import support (#6) 4 years ago
error.go Refactored type checkig and error handling in all builtins 4 years ago
function.go Fix import paths 2 years ago
hash.go Refactored type checkig and error handling in all builtins 4 years ago
int.go Refactored type checkig and error handling in all builtins 4 years ago
module.go Added module and import support (#6) 4 years ago
null.go Refactored type checkig and error handling in all builtins 4 years ago
object.go Added module and import support (#6) 4 years ago
object_test.go 4.5 Hash Maps 4 years ago
state.go Added args() builtin 4 years ago
str.go Refactored type checkig and error handling in all builtins 4 years ago