Coding 2025-05-17
I set up a repository for developing a Python-based interpreter for Impliciula. I've got it set up with tox, running tests with pytest, with and without coverage, linting with ruff, doing type analysis with mypy, mutation testing with poodle, and building docs with sphinx. At this point, all I need to do is write the code.
Good night.