Commit Graph

43 Commits

Author SHA1 Message Date
Radon Rosborough 967ea0f22e [#24] New language: Bython 2020-10-03 11:33:27 -07:00
Radon Rosborough d5503db374 Alphabetize 2020-08-22 19:10:22 -06:00
Radon Rosborough 8e63afb8a0 Most format tests are passing 2020-07-31 09:27:46 -06:00
Radon Rosborough 1385a2cbe5 New formatter: Ruby 2020-07-20 08:12:23 -06:00
Radon Rosborough 6016b4e830 Remove needless environment variable setting 2020-07-20 08:08:51 -06:00
Radon Rosborough 64f4754c3c Add missing package for D correctly(?) 2020-07-20 08:07:17 -06:00
Radon Rosborough 19cf4edab4 Formatter and LSP for ReasonML 2020-07-19 18:40:24 -06:00
Radon Rosborough 68bb853fa0 Add code formatting button, Python/Haskell support 2020-07-19 17:40:54 -06:00
Radon Rosborough a9bc503e4f New language: Ceylon 2020-07-19 17:27:33 -06:00
Radon Rosborough 26ef2dd9ff New language: SETL 2020-07-19 17:27:33 -06:00
Radon Rosborough c33ab4996e New language: Kitten 2020-07-19 17:27:33 -06:00
Radon Rosborough a6756f240a New language: Ioke 2020-07-19 17:27:33 -06:00
Radon Rosborough 964e143964 New language: Emojicode 2020-07-19 17:27:33 -06:00
Radon Rosborough c2adccae3b New language: APL 2020-07-19 17:27:33 -06:00
Radon Rosborough e89e530c89 New language: Euphoria 2020-07-19 17:27:33 -06:00
Radon Rosborough 6f7e28c9a4 New language: MariaDB 2020-07-18 20:51:22 -06:00
Radon Rosborough 3ff5954bd1 New language: ><> 2020-07-17 21:06:03 -06:00
Radon Rosborough bf61acbf68 New language: Omgrofl 2020-07-17 20:03:29 -06:00
Radon Rosborough f35865a1ca New language: GolfScript 2020-07-17 20:03:29 -06:00
Radon Rosborough fd16801ab0 README.WHYYYYYYY
The contents of ftp://ftp.snobol4.org/snobol/old/snobol4-2.1.4.tar.gz
are now a tarball containing a single file
entitled 'README.WHY'
with the following contents...

July 13th, 2020

Just curious why I'm seeing repeated downloads of
ftp://ftp.snobol4.org/snobol4/old/snobol4-2.1.4.tar.gz
(on July 11th and 12th).

2.1.4 was an intermediate release for Windows 10 support.  The
currently available Windows 10 binary release is 2.1.5, available
since July 2nd 2020.

Please let me know by emailing phil(at)snobol4.org

... So rather than deal with this I decided to just grab the latest
release and stick it on Google Drive.
2020-07-17 20:03:29 -06:00
Radon Rosborough 9b87d850b0 New language: Entropy 2020-07-17 20:03:29 -06:00
Radon Rosborough 972aee4583 New languages: wiki markup dialects 2020-07-11 13:08:22 -06:00
Radon Rosborough 7aadfaa421 New language: Factor 2020-07-11 11:31:52 -06:00
Radon Rosborough 0f63d82389 Misc cleanup 2020-07-11 11:31:42 -06:00
Radon Rosborough 0b8d5d244d Refactor api.ts, plug resource leaks, fix build 2020-07-11 11:09:12 -06:00
Radon Rosborough f2cbd81498 Add Dhall 2020-07-09 13:30:36 -06:00
Radon Rosborough 4a11be0679 Add YAML, TOML, HCL 2020-07-09 13:12:54 -06:00
Radon Rosborough c93aa1d8c5 LSP working for Swift 2020-07-09 12:47:22 -06:00
Radon Rosborough e0a3fcffb6 LSP working for Scala, mostly 2020-07-09 12:45:34 -06:00
Radon Rosborough b56d4ce6c0 LSP working for PowerShell 2020-07-09 11:34:46 -06:00
Radon Rosborough cd8682a855 LSP working for Lua 2020-07-08 20:55:14 -06:00
Radon Rosborough b3fb71f501 LSP working for Erlang 2020-07-08 19:59:20 -06:00
Radon Rosborough 8b8c199c34 Refactor, LSP working for Elixir 2020-07-08 18:56:52 -06:00
Radon Rosborough 49586c0950 LSP working for Ada 2020-07-07 12:45:21 -06:00
Radon Rosborough e47e49e353 LSP working for Haskell
And I even managed to dodge the absurd 30-minute compilation time that
would normally be required in order to install HIE.
2020-07-06 18:19:07 -06:00
Radon Rosborough 565379aaf3 Configure LSP for Go and FORTRAN 2020-07-05 15:32:46 -06:00
Radon Rosborough 80cd12ec19 Configure LSP for Clojure 2020-07-05 14:37:17 -06:00
Radon Rosborough 337658a8bf Misc bugfixes and robustness improvements 2020-07-05 12:21:59 -06:00
Radon Rosborough 4425f31b88 LSP working with Python!! 2020-07-05 12:21:56 -06:00
Radon Rosborough 91fe6ffd65 Drop privileges to respective uid 2020-06-22 20:46:42 -06:00
Radon Rosborough 9ec5ecc224 Clean up /tmp 2020-06-12 18:12:33 -06:00
Radon Rosborough b3430a2f2c Disable host key checking, upgrade Stack
For some reason Ubuntu ships a super old version which doesn't even
work because of a bug that was fixed a long time ago?? Thanks guys...
2020-06-11 10:45:43 -06:00
Radon Rosborough b4636c46ae Split docker-install.bash into many layers
I've been running into trouble where something will fail inscrutably
in docker-install.bash or when pushing a large layer or something else
of that nature, and those errors really suck when it's just one big
layer. This should aid development and deployment both.
2020-06-10 17:35:08 -06:00