Show HN: Tool to customize syntax of programming languagesgithub.com1 points·by bijinpanicker·vor 5 Jahren·0 comments
Show HN: Customize syntax of programming languageslangtrans.github.io1 points·by bijinpanicker·vor 5 Jahren·0 comments
bijinpanicker·vor 5 Jahren·discussI tried to make an animation engine [0].I wonder how morphing shapes work in manim under the hood. I like to implement it on my own.If you find any resources, please share.[0] https://github.com/B-R-P/AnimPro(only 2 commits)
bijinpanicker·vor 5 Jahren·discussI think LangTrans[1](a transpiler) can be used.It helps to create new syntax(like in this post) more easily.It converts new syntax into real code and works with any language.[1]: https://langtrans.github.io
bijinpanicker·vor 5 Jahren·discussI added it on python. Check it in https://github.com/LangTrans/Py_Trans