Commit Graph

6989 Commits

Author SHA1 Message Date
Fang
0ad29f19ce Implemented interpolated sail parsing.
Added test case for interpolated sail parsing.
2017-07-26 11:28:57 -07:00
Fang
b6cfb010d4 Simplified ++word parsing, no longer produces (list graf), now just graf. 2017-07-26 11:27:21 -07:00
Fang
2d88f97159 Markdown parser now parses sail expressions. 2017-07-25 17:58:33 -07:00
Fang
ffe3b9cb6e Dynamic types into the markdown parser. 2017-07-25 17:23:08 -07:00
Fang
32f101c2fe Enabled sail interpolation emitting dynamic manx. 2017-07-25 16:41:17 -07:00
Fang
bfa305c040 Made static sail (without interpolation) function. 2017-07-25 15:58:25 -07:00
Fang
4752e6aee0 Started changing ++sail to produce appropriate types. 2017-07-24 18:15:51 -07:00
Fang
474be42749 Renamed arms in ++sail to be more verbose, and lightly restructured some. 2017-07-24 17:50:46 -07:00
Fang
ed058c3cfe Shuffled !. around. Now properly produces output. 2017-07-24 17:49:12 -07:00
Fang
b7eebc8bb4 Fixed typo in zuse. 2017-07-24 17:47:15 -07:00
Fang
5028bc752d Copied in ++sail and relevant types (++beet, ++tuna). 2017-07-24 16:13:21 -07:00
Fang
2aa06e0910 Merge branch 'unmark' of https://github.com/cgyarvin/arvo into unmark
# Conflicts:
#	gen/cram.hoon
2017-07-24 16:01:50 -07:00
Fang
47326491c5 Whitespace & indentation cleanup. 2017-07-24 16:00:44 -07:00
Fang
7c6dd0e88c Added in dynamic XML types. 2017-07-24 15:55:57 -07:00
Fang
465de0cc8a Miscellaneous tiny stylistic changes and comments. 2017-07-24 15:55:18 -07:00
Fang
1a5ade039c Restructured ++head to be slightly prettier. 2017-07-24 15:54:06 -07:00
Fang
97641ba5d0 Restructured ++down to be slightly prettier. 2017-07-24 15:52:59 -07:00
Fang
f10cfee245 Renamed $none and $done to $fini and $none respectively. 2017-07-24 15:51:48 -07:00
Fang
b5c9b7ac36 Less verbose generator head. 2017-07-24 15:50:39 -07:00
Fang
95df3b98b4 Whitespace cleanup & comment spacing. 2017-07-24 15:49:59 -07:00
C. Guy Yarvin
6e4799d4d4 Debugging disabled for perf testing. 2017-07-24 14:34:09 -07:00
C. Guy Yarvin
719db54c3b More comments. 2017-07-24 12:21:53 -07:00
C. Guy Yarvin
61d8211de3 Test files. 2017-07-23 23:20:20 -07:00
C. Guy Yarvin
19f0746ef0 Appears functional. 2017-07-23 23:19:53 -07:00
C. Guy Yarvin
84a23d75c4 Rename. 2017-07-23 16:01:13 -07:00
C. Guy Yarvin
a18329c3a9 Smoke test. 2017-07-23 16:00:45 -07:00
C. Guy Yarvin
9ef97eea62 This compiles so it probably works. 2017-07-21 23:56:21 -07:00
Fang
fc9386c533 Renamed some dif/delta* to det and some dif/rumor* to rum, to remove ambiguity. 2017-07-21 15:53:24 -07:00
Fang
fe08209ff6 Agent now properly counts unicode characters as a single character. 2017-07-21 15:16:41 -07:00
C. Guy Yarvin
ce042ca3a5 Stash. 2017-07-20 20:19:22 -07:00
Fang
f19891d488 Message diffs are now always about a single message, rather than being "maybe multiple messages but practically always just one". 2017-07-20 16:57:53 -07:00
C. Guy Yarvin
1f57c7c94e Stash. 2017-07-19 21:48:00 -07:00
Fang
bf5d81e00b Now sending message nrs along with message rumors themselves.
Separated full story state (++burden) from potentially partial story state (++package).
2017-07-19 19:19:03 -07:00
C. Guy Yarvin
c43aee661e Stubs compile. 2017-07-19 09:53:34 -07:00
C. Guy Yarvin
c32ef345a2 Stash. 2017-07-18 20:19:27 -07:00
Fang
16e96a3c75 Updated TODO & REVIEW comments. 2017-07-18 17:22:45 -07:00
Fang
63609a4994 Now allow capitals & utf8 by default. 2017-07-18 17:08:08 -07:00
C. Guy Yarvin
8d4a9197e0 Parses with some stubs. 2017-07-17 18:07:47 -07:00
Fang
4664756dac Comments now properly refer to status instead of presence. 2017-07-17 14:41:57 -07:00
Fang
4022ecd70e Agent now uses terms instead of knots for settings. 2017-07-17 14:30:52 -07:00
C. Guy Yarvin
1f6e0b25f6 Pieces of unmark parser. 2017-07-15 17:59:57 -07:00
Fang
4860d51405 No longer uses incorrect message index when changing messages. 2017-07-12 15:32:07 -07:00
Fang
8c2afd57d6 Applied new wrapper types to talk-agent. 2017-07-11 15:50:39 -07:00
Fang
830200265c Circle names are now terms instead of knots. 2017-07-11 15:32:18 -07:00
Fang
e3467bfd66 Wrapper molds for nicknames and story names. 2017-07-11 15:12:29 -07:00
Fang
7b980e3a80 Renamed nak to binds. 2017-07-11 13:11:17 -07:00
Fang
54e865f27f Renamed inherited flag and made it default to false. 2017-07-10 18:41:50 -07:00
Fang
5d566cd77f Better formatting for ++range and ++place definitions. 2017-07-10 17:39:03 -07:00
Fang
a43c99859b Merged ++statement into ++thought, removed tot face from ++telegram. 2017-07-10 17:23:12 -07:00
Fang
caac4c8913 Removed ++partner. Everything is now ++circles. 2017-07-10 17:21:58 -07:00