Tom Alexander
110630d230
Implement radio link and regular link.
2023-12-30 12:14:03 -05:00
Tom Alexander
ebe12d96c1
Implement subscript and superscript.
clippy Build clippy has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has failed
rust-test Build rust-test has failed
2023-12-29 23:46:47 -05:00
Tom Alexander
24c8ac8e21
Implement all the text markup.
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has failed
rust-test Build rust-test has failed
clippy Build clippy has failed
2023-12-29 23:41:15 -05:00
Tom Alexander
259ad6e242
Implement line break.
2023-12-29 23:27:37 -05:00
Tom Alexander
dd1f7c7777
Support a no-op for headline pre-blank.
clippy Build clippy has failed
rust-build Build rust-build has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-test Build rust-test has failed
2023-12-29 23:21:30 -05:00
Tom Alexander
c1b471208d
Implement plain list item.
clippy Build clippy has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has failed
rust-test Build rust-test has failed
2023-12-29 23:06:45 -05:00
Tom Alexander
0edf5620a2
Implement plain list.
2023-12-29 22:04:34 -05:00
Tom Alexander
cdf87641c5
Implement comment.
2023-12-29 21:59:45 -05:00
Tom Alexander
cd6a64c015
Implement keyword.
2023-12-29 21:36:52 -05:00
Tom Alexander
a4414369ce
Remove unnecessary additional properties in the already-implemented types.
2023-12-29 21:04:31 -05:00
Tom Alexander
83e4b72307
Implement timestamp.
2023-12-29 20:55:01 -05:00
Tom Alexander
34b3e4fa7b
Implement statistics cookie.
2023-12-29 20:26:12 -05:00
Tom Alexander
c0e879dc1e
Implement headline.
2023-12-29 20:26:11 -05:00
Tom Alexander
fa31b001f4
Implement fixed width area.
2023-12-29 19:21:35 -05:00
Tom Alexander
28a3e1bc7b
Implement bold.
2023-12-29 18:56:29 -05:00
Tom Alexander
90735586b5
Add special case for object trees.
2023-12-29 18:54:41 -05:00
Tom Alexander
777c756a7f
Compare plain text AST nodes.
2023-12-29 17:24:38 -05:00
Tom Alexander
5d31db39a4
Remove some underscores from wasm schema to match elisp.
2023-12-29 15:41:41 -05:00
Tom Alexander
579cbb5d11
Switch everything over to the new to_wasm macro.
2023-12-29 15:03:36 -05:00
Tom Alexander
cad2be43bf
Implement a new to_wasm macro that uses the WasmAstNodeWrapper.
2023-12-29 14:06:10 -05:00
Tom Alexander
a0a4f0eb90
Remove lifetimes from wasm ast nodes.
2023-12-29 12:49:43 -05:00
Tom Alexander
9f4f8e79ce
Implement a wrapper type for AST nodes.
...
This is to make it impossible to have a collision for attribute names that are real attributes vs attributes I've added for structure (like children and ast_node).
2023-12-29 11:58:46 -05:00
Tom Alexander
77e0dbb42e
Start working on a version of compare based on json values.
...
This will be a better test because it will be testing that what we export to json is equivalent to the elisp AST generated from emacs. Because of these tests, we could also confidently use the wasm structure to elisp.
2023-12-29 11:37:30 -05:00
Tom Alexander
eff5cdbf40
Flatten some structures.
clippy Build clippy has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has succeeded
rust-test Build rust-test has succeeded
2023-12-29 10:04:59 -05:00
Tom Alexander
9520e5814b
Add conversion for affiliated keywords to wasm additional properties.
2023-12-27 20:36:35 -05:00
Tom Alexander
28ad4fd046
Add conversion to WasmAstNode for wasm Objects.
2023-12-27 19:53:07 -05:00
Tom Alexander
7626a69fa1
Add default implementations for WasmElispCompare.
2023-12-27 19:42:45 -05:00
Tom Alexander
5a64db98fe
Move wasm diff structs to their own module.
2023-12-27 19:15:39 -05:00
Tom Alexander
abfae9c6c0
Compare section.
clippy Build clippy has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
2023-12-27 19:10:43 -05:00
Tom Alexander
5272e2f1b4
Start adding paragraph.
2023-12-27 18:47:59 -05:00
Tom Alexander
d552ef6569
Compare the additional properties.
2023-12-27 18:20:23 -05:00
Tom Alexander
f050e9b6a8
Taking into account additional property names but not comparing their values.
2023-12-27 18:01:56 -05:00
Tom Alexander
a5e108bc37
Compare the standard properties.
clippy Build clippy has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has succeeded
rust-test Build rust-test has succeeded
2023-12-27 17:07:42 -05:00
Tom Alexander
58290515b5
Enable child checking.
2023-12-27 16:47:02 -05:00
Tom Alexander
badeaf8246
Add compare for document category.
2023-12-27 16:34:04 -05:00
Tom Alexander
f4eff5ca56
Fix wasm build.
clippy Build clippy has failed
rust-build Build rust-build has succeeded
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-test Build rust-test has succeeded
2023-12-27 16:00:16 -05:00
Tom Alexander
5b02c21ebf
Progress on comparing properties in the wasm_compare macro.
2023-12-27 15:58:31 -05:00
Tom Alexander
5f1668702a
Starting the wasm_compare macro.
clippy Build clippy has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has failed
rust-test Build rust-test has succeeded
2023-12-27 15:38:30 -05:00
Tom Alexander
20a7c89084
Improving WasmElispCompare.
2023-12-27 13:21:20 -05:00
Tom Alexander
36b80dc093
Separate out rust parsing step to support references to values stored in the parsed state.
clippy Build clippy has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has succeeded
rust-test Build rust-test has succeeded
2023-12-27 12:24:21 -05:00
Tom Alexander
1812b1a56e
Remove phantom data.
2023-12-27 12:24:21 -05:00
Tom Alexander
1a70b3d2c0
Add a lifetime for data in the parsed result but not from the source.
2023-12-27 12:24:21 -05:00
Tom Alexander
abf066701e
Add category and path to WasmDocument.
2023-12-27 11:31:35 -05:00
Tom Alexander
4984ea4179
More of the test structure.
2023-12-27 11:10:40 -05:00
Tom Alexander
99376515ef
Invoking wasm_compare_document.
clippy Build clippy has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has succeeded
rust-test Build rust-test has succeeded
2023-12-27 09:31:54 -05:00
Tom Alexander
55ad136283
Fix imports for wasm.
2023-12-27 08:49:34 -05:00
Tom Alexander
c2e921c2dc
Move wasm test to a top-level module.
...
For some unknown reason, this makes rust-analyzer not angry.
2023-12-27 08:42:13 -05:00
Tom Alexander
e499169f0e
Fix imports for wasm_test.
clippy Build clippy has failed
rust-build Build rust-build has failed
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-test Build rust-test has succeeded
2023-12-27 08:37:34 -05:00
Tom Alexander
2911fce7cc
Put util under the library.
2023-12-26 20:18:41 -05:00
Tom Alexander
8186fbb8b3
Move print_versions into a util crate.
2023-12-26 19:06:12 -05:00