Commit Graph
24 Commits
Author SHA1 Message Date
Gavin Schulz e754fcc49f Add docs for list.insert. 2015-04-04 15:23:16 -07:00
Gavin Schulz 31d2989565 Remove unnecessary headers. 2015-03-24 23:30:53 -07:00
Gavin Schulz a937bd1cf9 Adds a Meta library with an eval function for interpreting code inline. 2015-03-22 14:17:02 -07:00
Gavin Schulz 91c69ccbf0 If module name does not specify a file try to load it as a module package instead. 2015-03-21 16:05:02 -07:00
Gavin Schulz 4895c78f9d Fix incorrect comment. 2015-03-08 18:22:17 -07:00
Gavin Schulz 28268f19ba Fix spelling on error. 2015-03-08 17:44:24 -07:00
Gavin Schulz 0ec31433c8 Generate an error if a number literal is too large to be represented with the Num class. 2015-03-03 00:07:55 -08:00
Gavin Schulz f4a39bc943 Code review changes. 2015-02-25 01:20:53 -08:00
Gavin Schulz 03a5b96040 Add a fromString static method on Num that converts strings to numbers. 2015-02-22 20:06:17 -08:00
Gavin Schulz 8b7c16eebd Strings and ranges should rely on the object definition of equality. 2015-01-25 23:28:37 -08:00
Gavin Schulz f482a53d0e Define equality on ranges. 2015-01-25 19:50:54 -08:00
Gavin Schulz 0ad7a7d9ff Code review changes. 2015-01-25 13:02:44 -08:00
Gavin Schulz 12102b19ef Adds support for hexadecimal literals. 2015-01-24 22:07:46 -08:00
Gavin Schulz 4977083904 Abstract List's toString method to a more general join method on Sequence. 2015-01-24 14:01:16 -08:00
Gavin Schulz bfc2f9c0ee Adds range subscripting for strings. 2015-01-18 22:55:30 -08:00
Gavin Schulz d3e4ac1745 Add myself to AUTHORS. 2015-01-15 19:06:24 -08:00
Gavin Schulz 2ddf0a9586 Fix some overlooked references to forall. 2015-01-15 19:05:58 -08:00
Gavin Schulz b829ce67af Rename forall to all. 2015-01-14 23:19:31 -08:00
Gavin Schulz f2b334d7d2 Add more forall test cases. 2015-01-14 22:51:34 -08:00
Gavin Schulz 7716ad6263 Adds forall method on Sequences. 2015-01-13 23:47:01 -08:00
Gavin Schulz 7557c91b3c Adds some common methods to strings. 2015-01-11 16:06:56 -08:00
Gavin Schulz 15da548f48 Code review changes. 2015-01-08 21:30:47 -08:00
Gavin Schulz 7f90485cff Let the user know the arity of a missing method in the error message. 2015-01-04 14:42:11 -05:00
Gavin Schulz e3e358fb61 Don't try to run an empty line in the REPL. 2015-01-03 14:25:10 -05:00