Eval by kzndotsh · Pull Request #168 · allthingslinux/tux

and others added 6 commits

April 10, 2024 09:44
…valuates any of the five given languages (C, C++, Haskell, Python, ASM), more languages are possible, however are outside the scope of this implementation. The API is blocking as asynchronous calls aren't necessary in the context of code evaluation.

Signed-off-by: Quelln <quelln@protonmail.com>
…valuates any of the five given languages (C, C++, Haskell, Python, ASM), more languages are possible, however are outside the scope of this implementation. The API is blocking as asynchronous calls aren't necessary in the context of code evaluation.
refactor(eval.py): improve code readability and error handling in eval and genasm commands
refactor(godbolt.py): enhance code readability, add type hints, and improve URL construction