Commit Graph

4 Commits

Author SHA1 Message Date
80552e6519 doc: Label the origin of the converted moo.js file
Resolves #1.
2023-09-01 14:29:38 -07:00
77bd983cbc feat: install moo and use in toy example
I failed to find a satisfactory way to compile and import moo.js with
   fixed specifiers, so finally I just gave up and patched the distributed
   code to be an es6 module. A bit ugly but it works.
2023-09-01 14:21:56 -07:00
67a07e2000 chore: Set up development environment
Add the civet and typescript compilers, implement a build step,
  provide examples of using from es6, script, and command line.
  Of course, there is no actual behavior produced; convert always produces
  'foo' at the moment.
2023-09-01 08:20:34 -07:00
26f1be2d67 Initial commit 2023-08-31 07:05:29 +00:00