Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: identifier Clear Filter

Writing Micro Compiler in OCaml (2014)

TL;DR Writing micro compiler in OCaml At one point or another every single software developer in the world comes to a realization in his career when the time is ripe and it’s time to write your own super cool programming language. However the subject of creating your own programming language with an compiler is quite a complex one and can’t be tackled without some pre-research. That’s how I’ve started reading Crafting Compiler in C, an aged but really comprehensive book about developing your o

VSCode extension for syntax highlighting multi-line YAML strings

YAML Embedded Languages Features Syntax highlighting within YAML block-scalars for 50+ built-in languages and the ability to add highlighting for any other language with the yaml-embedded-languages.include configuration setting. Usage To highlight a single block, place a comment with the language identifier next to the block identifier. example : | # <language-identifier> highlighted To highlight all blocks from a point onwards, place a comment with the extension name followed by the langu