Transfer code (#1)

* copy project root files

* import previously created code and rename where needed

* fix license and lint

* main is now just a JS wrapper

* minified main.cjs rather than copying to a newly named file
This commit is contained in:
2026-05-28 12:35:03 +02:00
committed by GitHub
parent 1561720e5f
commit 79155255f6
38 changed files with 1850 additions and 10 deletions
+9 -1
View File
@@ -1,2 +1,10 @@
(library
(name pgn_to_tex))
(name pgn_logic)
(public_name pgn_to_tex)
(libraries sedlex menhirLib)
(modules ast parser lexer parsing latex latex_helpers pgn2tex nag)
(preprocess
(pps sedlex.ppx)))
(menhir
(modules parser))