708 Commits (093085230d26f46bc11b2fea342544020b64a74e)

Author SHA1 Message Date
  Lucas Stadler 093085230d Add a tool to run a command with the output piped in 9 years ago
  Lucas Stadler 0bc1ff7929 List files with colour 9 years ago
  Lucas Stadler 99697c5ed3 Add option to always list files 9 years ago
  Lucas Stadler a57ada1118 Add `explore`, to explore new projects 9 years ago
  Lucas Stadler 9f814b9651 Remove leftover debug eval from main 9 years ago
  Lucas Stadler 35e8621825 Don't spawn the REPL if -e is used 9 years ago
  Lucas Stadler e3a80a016f Ensure static path sizes don't break 9 years ago
  Lucas Stadler 532f059d71 Use st_mtime instead of st_mtim.tv_sec 9 years ago
  Lucas Stadler 8b3143f30a Silence a few debug printouts 9 years ago
  Lucas Stadler a7ce033ae3 Use value_to_c_string in print fns 9 years ago
  Lucas Stadler 50611ead5a Use value_to_c_string in print_value 9 years ago
  Lucas Stadler 47ce035485 Fix whitespace issues from automated editing 9 years ago
  Lucas Stadler fda8b26104 Fix allocs in function_cache and value_to_c_string 9 years ago
  Lucas Stadler b386294fdc Return mtime from get_contents as well 9 years ago
  Lucas Stadler 7b00df2c3d Fix some debug printouts 9 years ago
  Lucas Stadler 430580d34c Implement caching compilation results 9 years ago
  Lucas Stadler f4911b3598 Return nil in function_read_file if not found 9 years ago
  Lucas Stadler 9bc70ed00f Support basic commandline arguments 9 years ago
  Lucas Stadler a2a6817f6b Use print_value in the repl 9 years ago
  Lucas Stadler 56ceb734f4 Make debug_print_value a macro, add print_value 9 years ago
  Lucas Stadler c21db3c52f Add a simple REPL using linenoise 9 years ago
  Lucas Stadler 5cb9cba628 Return nil in function_load if file is not present 9 years ago
  Lucas Stadler ad52b5d8d9 Ignore .vscode directory 9 years ago
  Lucas Stadler 3efe3ad6ea Ignore a local checkout of planck 9 years ago
  Lucas Stadler 97e800fa5f Get much closer to get something real up and running 9 years ago
  Lucas Stadler ecac3984de Improve style of long function definitions 9 years ago
  Lucas Stadler 942438933e Add munge to convert cljs to js name 9 years ago
  Lucas Stadler b7deef8a6c Fix a segfault in get_contents 9 years ago
  Lucas Stadler 5efb369535 Remove printf remaining from debugging 9 years ago
  Lucas Stadler 26647dae6c Enable debug output in evaluate_script 9 years ago
  Lucas Stadler 9259f920b6 Make it easier to change the compiler 9 years ago
  Lucas Stadler bd9da65e81 Add basic zip extraction using libzip 9 years ago
  Lucas Stadler 3f58c6038c Prepare Makefile for multiple source files 9 years ago
  Lucas Stadler 82556c6364 Add task to create makeshift JavaScriptCore "docs" 9 years ago
  Lucas Stadler eff7101602 Ignore compiled js, binaries and utility files 9 years ago
  Lucas Stadler c70652c800 Add .vimrc to make syntastic work 9 years ago
  Lucas Stadler 8e959cc7d3 Add a Makefile 9 years ago
  Lucas Stadler b87b8db485 Rename jsc-test to ton 9 years ago
  Lucas Stadler 688c69ed9c Port bootstrap from planck 9 years ago
  Lucas Stadler be1d5b4aa0 Fix file reading and move it into a function 9 years ago
  Lucas Stadler c7b52b09b1 Use evaluate_script instead of JSEvaluateScript 9 years ago
  Lucas Stadler 4ab9cbd6b3 Extract evaluation to a separate function 9 years ago
  Lucas Stadler be70524e7c Print import errors when DEBUG is set 9 years ago
  Lucas Stadler 6763eedf44 Support importing scripts from disk 9 years ago
  Lucas Stadler 1534383cb9 Prefix jsc callbacks with `function_` 9 years ago
  Lucas Stadler 8d3c007a52 Make console_log look like console_error 9 years ago
  Lucas Stadler aacc99e87b Provide console.log and console.error 9 years ago
  Lucas Stadler a65348d504 Add a CONSOLE_ERROR function 9 years ago
  Lucas Stadler 896951e4ee Remove unnecessary newline 9 years ago
  Lucas Stadler c630cf6b6b Add a neat little example of using JavaScriptCore 9 years ago