Syntax Highlighter
June 2022
ElixirHTMLCSS
An Elixir application that highlights C++ input files to make them more readable.
- Used regular expressions to generate tokens according to different lexical categories.
- Implemented concurrency to process different files at the same time with Elixir.
- Applied CSS styles to do highlight the different keywords.