Commit Graph

26194 Commits (59c5373263819af73092f7bae0ba96c770b15e93)

Author SHA1 Message Date
John Benediktsson 74ede6e768 circular: fix formatting on the last line. 2014-05-23 14:32:04 -07:00
John Benediktsson 73d65aacb3 core: update some help $value types. 2014-05-23 14:24:04 -07:00
John Benediktsson dff051696e search-deques: simplify pop-front* and pop-back*. 2014-05-23 13:55:46 -07:00
John Benediktsson 1f607f0573 use ``tuple-slots`` instead of ``tuple>array rest``. 2014-05-23 13:27:59 -07:00
John Benediktsson cc8ba65558 serialize: some cleanup. 2014-05-23 13:27:22 -07:00
John Benediktsson 848420a377 core-foundation.time: change epoch to constant. 2014-05-23 13:26:49 -07:00
John Benediktsson 3a3f28a91b simple-tokenizer: cleanup using list. 2014-05-23 13:26:29 -07:00
John Benediktsson cc4c83783f fuel.eval: re-use listener:parse-lines-interactive. 2014-05-23 11:12:30 -07:00
Jon Harper db892f5b34 YAML: oops, fix according to help-lint 2014-05-22 07:57:34 -07:00
Jon Harper 712d6bf1c8 YAML: better docs for >yaml, typos 2014-05-22 07:57:34 -07:00
Jon Harper bf737f3672 YAML: tests for emitter-line-break variable 2014-05-22 07:57:33 -07:00
Jon Harper 0da786e9e6 YAML: add output configuration options 2014-05-22 07:57:33 -07:00
Jon Harper 44c2b2d7ba YAML: expose libyaml's emitter options, use unicode mode by default 2014-05-22 07:57:33 -07:00
Jon Harper a2f4e84a9b YAML: don't use aliases/anchors for fixnums 2014-05-22 07:57:33 -07:00
Jon Harper 41d2c1e10d YAML: make it more obvious that we use LibYAML 2014-05-22 07:57:33 -07:00
Jon Harper bb5668866e YAML: Remove wrong comment 2014-05-22 07:57:33 -07:00
Jon Harper aafbae465c YAML: correctly free yaml_event before reusing 2014-05-22 07:57:33 -07:00
John Benediktsson feb4dcae9a heaps: cleanup some code, faster heap-compare. 2014-05-21 08:56:30 -07:00
John Benediktsson 4e04107e4f effects: M\ word stack-effect does a little less work. 2014-05-21 08:50:17 -07:00
John Benediktsson 0eddd1f7d8 quotations: 1quotation is ever-so-slightly better this way. 2014-05-21 08:49:57 -07:00
John Benediktsson 2752d83aca benchmark.namespaces: adding a namespaces benchmark. 2014-05-20 19:18:39 -07:00
John Benediktsson 8e8d319943 benchmark.interval-sets: adding a benchmark of interval-sets. 2014-05-20 19:16:53 -07:00
John Benediktsson 3be0958e5d benchmark.lexer: adding a lexer benchmark. 2014-05-20 19:15:12 -07:00
John Benediktsson bec6c99e29 asn1: use with-string-reader in the tests. 2014-05-20 16:20:13 -07:00
John Benediktsson 3ac497c60e cleanup some places to use with-string-writer. 2014-05-20 16:18:15 -07:00
John Benediktsson 380251308e formatting: faster strftime and make parse-strftime match parse-printf. 2014-05-20 16:11:32 -07:00
John Benediktsson de586a946d benchmark.make: adding a MAIN:. 2014-05-20 15:10:44 -07:00
John Benediktsson ab969b072c io.directories.search: some cleanup. 2014-05-20 14:46:01 -07:00
John Benediktsson 3fb1532bd6 io.directories.search: add quot stack effects, simplify find-all-files. 2014-05-20 12:29:02 -07:00
John Benediktsson 7e4f2ec618 io.directories.search: faster directory traversal. 2014-05-20 12:06:11 -07:00
John Benediktsson ff46966cfb alien.strings: faster string>alien for common cases. 2014-05-20 11:53:36 -07:00
John Benediktsson 8293425783 io.encodings.ascii: moving to core. 2014-05-20 11:47:38 -07:00
John Benediktsson 8afe2dfe37 lexer: change skip back to public interface. 2014-05-20 09:42:41 -07:00
John Benediktsson 9a989f8e9d misc: fix builtin tuple highlighting. 2014-05-20 09:37:52 -07:00
John Benediktsson 57e0c711a1 misc: sort vim keywords and fix GENERIC#. 2014-05-20 09:33:34 -07:00
John Benediktsson 49b040c0b0 html.templates.fhtml: fix using. 2014-05-20 09:31:26 -07:00
John Benediktsson a38524eb99 lexer/parser: rename (scan-token) to ?scan-token, (scan-datum) to ?scan-datum. 2014-05-20 09:13:58 -07:00
John Benediktsson b244b3f731 unicode.collation: minor doc fix. 2014-05-20 09:13:36 -07:00
John Benediktsson 98abd95040 lexer: more type checking. 2014-05-20 08:53:41 -07:00
John Benediktsson f79665805c strings.parser: using type declarations. 2014-05-20 08:20:34 -07:00
John Benediktsson 529ade12df multiline: lexer-eof? is just still-parsing?. 2014-05-19 21:38:54 -07:00
John Benediktsson 786793e145 multiline: pass the lexer around instead of using namespaces all the time. 2014-05-19 21:26:59 -07:00
John Benediktsson afdec2de61 multiline: fix lexer eof detection. 2014-05-19 21:10:31 -07:00
John Benediktsson 8645b1db49 unicode.breaks: change to using constants instead of globals. 2014-05-19 20:59:42 -07:00
John Benediktsson 8089bbaeab regexp.parser: fix for recent unicode.scripts change. 2014-05-19 20:51:01 -07:00
John Benediktsson a0c5e492dd lexer: change line-text to always be a string. 2014-05-19 14:31:08 -07:00
John Benediktsson a9d1e320d2 unicode.script: change to use a constant instead of a global. 2014-05-19 14:29:16 -07:00
John Benediktsson c9d48ff390 strings.parser: use sbuf accumulator instead of make. 2014-05-19 14:14:02 -07:00
John Benediktsson 72ff285bd8 help: use effect>string instead of present. 2014-05-19 10:18:48 -07:00
John Benediktsson ca061f79ff help.lint.checks: temporary fix for $quotation changes. 2014-05-19 10:04:39 -07:00