Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-21 | Add license (GNU GPLv3+) | Teddy Wing | |
2023-04-16 | Add test system | Teddy Wing | |
Write a test for the `write-xfdf` function. Worked out how to create the test system from: - https://lispcookbook.github.io/cl-cookbook/testing.html - https://github.com/sjl/cl-digraph/blob/master/cl-digraph.test.asd - https://github.com/fukamachi/dexador/blob/master/dexador-test.asd Add the test string to the `write-xfdf` function to pass the test and check that the test runner is set up correctly. | |||
2023-04-16 | Scaffold for a library to generate XFDF XML | Teddy Wing | |
The library should, given a list of cons cells, generate XFDF data based on those keys and values. |