17

I want to compile a docx file into a Typst file, I believe deep down docx is XML, and Typst is close to markdown with interesting functionalities, is that feasible? Note that Typst does have syntax to define functions and call them and I want to create special functions during the code gen step, is ANTLR the right tool for the job? Are there better tools? I want to have as few bugs as possible

you are viewing a single comment's thread
view the rest of the comments
[-] solrize@lemmy.world 7 points 6 months ago

Antlr sounds excessive for either of those. Use an ordinary xml library for docx (if there's not already one for docx) and something simple for typst.

[-] notTheCat@lemmy.ml 2 points 6 months ago

I want to compile the docx INTO a typst file, not a separate parser for each

[-] solrize@lemmy.world 3 points 6 months ago

Oh, ok, antlr would be inappropriate then. I'd check whether pandoc already does that conversion.

[-] notTheCat@lemmy.ml 2 points 6 months ago* (last edited 6 months ago)

I just checked, it does convert to Typst but I do want to write custom stuff alongside what pandoc will output, that seems like the right tool and saves me a lot of efforts, thanks

this post was submitted on 16 Mar 2024
17 points (100.0% liked)

Programming

17028 readers
243 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS