aboutsummaryrefslogtreecommitdiffstats
path: root/l/src/package.lisp
AgeCommit message (Collapse)Author
2021-02-27Move everything from `l/` into the project rootTeddy Wing
This is the final project. Now that we got rid of the web extension and native host code, we can move the Lisp code to the root.
2021-01-23Define Lisp packageTeddy Wing
Define the package so we can define things inside it.