DEV Community

Cover image for npx resyntax
Alain
Alain

Posted on

 

npx resyntax

npx resyntax

I mess around with files in many syntaxes. .re files get you better syntax highlighting in vscode so often I program in .re or .ml before converting to Rescript. Sharing in case it helps anyone else. It could be cleaner but it works mostly.

Migrate files between .re .rei .res .resi .ml .mli syntaxes for Ocaml,
ReasonML and Rescript syntaxes.

Doesn't always work so check your output. Especially for conversions from .res to .re or when convertion functors. See https://github.com/rescript-lang/syntax/issues/264;

npx resyntax
Enter fullscreen mode Exit fullscreen mode

Gets you:

run npx syntax in your terminal

Other Tools

npx bsconfig.json

npx resgitignore

npx resattributes

Share on Twitter...

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git