Commit Graph
654 Commits
Author SHA1 Message Date
Calvin Rose e8c0dcd14e Make source mapping use byte offset instead of line and col
for better debugging support in repl. Add debug module for better
debugging support.
2018-12-13 18:46:53 -05:00
Calvin Rose 4b01409d2d Updated logo. 2018-12-12 15:10:11 -05:00
Calvin Rose f0e125b304 Crop logo to 512x512 2018-12-11 18:25:08 -05:00
Calvin Rose e4503df8b6 .. 2018-12-11 18:16:40 -05:00
Calvin Rose db0313b379 . 2018-12-11 18:16:10 -05:00
Calvin Rose cd16888beb . 2018-12-11 18:14:46 -05:00
Calvin Rose 49dd75b0e5 Fix image credit. 2018-12-11 18:13:42 -05:00
Calvin Rose 2abd97d095 Add image credit. 2018-12-11 18:12:31 -05:00
Calvin Rose 34a69d0318 Add janet logo,mMove some lib files to example. 2018-12-11 18:06:10 -05:00
Calvin Rose c971d8ab6e Fix install paths 2018-12-09 18:01:43 -05:00
Calvin Rose 0a15539d7b No longer make extra object files. 2018-12-09 17:51:53 -05:00
Calvin Rose 21d4b8fe1f Move tools out of src (src should be
only code that goes into final binary).
2018-12-09 17:49:00 -05:00
Calvin Rose 6f64b0c152 Switch to out of source build on unix/linux. 2018-12-09 17:37:11 -05:00
Calvin Rose bb918d0fda Update README.md. Prepare for 0.1.0 release. 0.1.0 2018-12-08 18:10:17 -05:00
Calvin Rose 06b6165309 appveyor config issue 2018-12-08 18:00:58 -05:00
Calvin Rose 997d5cf2c6 Strip whitespace 2018-12-08 17:56:31 -05:00
Calvin Rose 22f7fe6de4 Oh well. 2018-12-08 17:51:41 -05:00
Calvin Rose b81084f2fa Will it blend? 2018-12-08 17:48:16 -05:00
Calvin Rose 64d842d2ef Update build script, remove windows build issues. 2018-12-08 17:40:05 -05:00
Calvin Rose 793981ce2b Appveyor why 2018-12-08 17:37:47 -05:00
Calvin Rose bd7157586b Oops 2018-12-08 17:26:07 -05:00
Calvin Rose 6185af7227 Try to remove build issues on windows. 2018-12-08 17:20:24 -05:00
Calvin Rose 3b94adc7f3 No .exp! 2018-12-08 17:15:17 -05:00
Calvin Rose 4bcbf65b5b Update appveyor and windows build_win script. 2018-12-08 17:10:46 -05:00
Calvin Rose 0cc3a98aa9 Update apv. 2018-12-08 16:58:28 -05:00
Calvin Rose 8c5fde266d skip_cleanup 2018-12-08 16:53:43 -05:00
Calvin Rose 41b96b471c tags: true 2018-12-08 16:38:13 -05:00
Calvin Rose b0ab8c2169 Update appveyor 2018-12-08 16:31:57 -05:00
Calvin Rose 18647501aa Add encrypted api token. 2018-12-08 16:24:12 -05:00
Calvin Rose 9329969ea7 Add tarball for installation. 2018-12-08 16:17:34 -05:00
Calvin Rose dfe7288f8c Update travis. 2018-12-08 15:38:23 -05:00
Calvin Rose 2421db3fc7 Update build artifacts only on stable branch. 2018-12-08 15:32:48 -05:00
Calvin Rose 63ba268c21 Lets try to get artifacts in S3 2018-12-08 15:12:55 -05:00
Calvin Rose 78b7e51f90 Update appveyor 2018-12-08 14:41:23 -05:00
Calvin Rose 16e514b351 Update version schema - now have version number
and build number.
2018-12-08 14:17:03 -05:00
Calvin Rose 043f61ef7a Update appveyor.yaml (remove deploy) 2018-12-08 13:50:46 -05:00
Calvin Rose e0610ed88b Make token secure. 2018-12-08 13:36:55 -05:00
Calvin Rose 6cdfeda4c9 Change build criteria. 2018-12-08 13:31:35 -05:00
Calvin Rose e3c622d9c2 Update appveyor.yaml 2018-12-08 13:27:59 -05:00
Calvin Rose 2971886afa Move releases to new branch stable. 2018-12-08 13:22:54 -05:00
Calvin Rose cbb5445b98 Begin working on automated appveyor releases. 2018-12-08 13:13:55 -05:00
Calvin Rose bc8be266f5 Update match macro to test for array/tuples and table/structs. 2018-12-08 11:04:19 -05:00
Calvin Rose b250679789 Move match into core library. 2018-12-08 10:53:22 -05:00
Calvin Rose b7d44ba742 Fix compiler optimization for if.
Add pattern matching library.
2018-12-07 23:57:19 -05:00
Calvin Rose f2743aca36 Improve pretty printing for table and struct
entry values.
2018-12-06 17:26:59 -05:00
Calvin Rose 7668cd5772 Don't use generated headers for embedded janet
code, use object files.
2018-12-06 14:30:11 -05:00
Calvin Rose 97fade8197 Make eval not the same as eval string. 2018-12-05 20:48:29 -05:00
Calvin Rose 89bd38890e Replace unquote-splicing with a more general splce special form.
This allows splicing behavior in normal function calls.
2018-12-05 15:10:04 -05:00
Calvin Rose 484597eaae Remove outer form from loop. 2018-12-05 11:25:36 -05:00
Calvin Rose bf4dd0da99 Remove some extra commented out code. 2018-12-03 23:23:14 -05:00