Enabled compilation warnings and solved compilation problems. TODO: Is it correct to have the warnings `hard-coded` on the CMakeFiles?
Initial version of Tokenizer and Token Generator template for coroutines (used in tokenizer) Utilities like string related functions, TrieMap, and error handling TODO: Add tests for Tokenizer TODO: Add tests for Generator
Added CMake files to set up project build, also added the file tree structure of the project and clangd related settings
Initial commit for repo, added .gitignore, LICENSE, NOTICE and README.md files