Spiros Boosalis
Spiros Boosalis
i'm working on `expresso-mode` (an emacs major mode), and it'd be nice to provide a `expresso-program-version` command (without parsing the repl's `Expresso 0.1.2.0 REPL` output). I can do this if...
below, `edit` has nullable rules, and `insertion` has a wildcard. the parse results are all present, but some alternatives that appear before other alternatives ("lexically" in the grammar), appear later...
I want to contribute a few ideas I have for new features. but after reading the source, I still can't understand how `parse` works. in http://www.nltk.org/book/ch08-extras.html (2 Chart Parsing and...
i.e. add these to `Data.Text.Encoding`: * `decodeCP1252With` * `encodeCP1252With` > Windows-1252 or CP-1252 (code page – 1252) is a single-byte character encoding of the Latin alphabet, used by default in...
currently `fltkhs` is MIT licensed. http://www.fltk.org says > FLTK is provided under the terms of the GNU Library Public License, Version 2 with exceptions that allow for static linking. iiuc,...
also move `cabal-version` field (for this following warning: `"cabal-version should be at the beginning of the file starting with spec version 2.2. See https://github.com/haskell/cabal/issues/4899"`). remove "All rights reserved" (which i...
`cabal-2.2` introduces the `extra-bundled-libraries` cabal field: > New extra-bundled-libraries field for specifying additional custom library objects to be installed. ``` extra-bundled-libraries: token list A list of libraries that are supposed...
this Haskell function (in Events.hs): ``` press flags keys = $(objc ['flags :> [t|Word64|], 'keys :> [t|String|]] $ void [cexp| NSLog(@"%qu %@", flags, keys) |]) ``` causes this error, from...
stack exec -- echo-server errors with You cannot have packages and a shell-file filled at the same time in your nix-shell configuration. ditto under `nix-shell`. afaict, `release.nix` doesn't accept input....
`tput` fails for `termite` with: ``` tput: unknown terminal "xterm-termite" ``` But `tput` works for other terminals, like the default terminal whose `$TERM` is `xterm-256color`. Which makes sense, because it's...