Implementations of sublanguages of JavaScript, TypeScript, Scheme and Python

cadet-frontend compiler hacktoberfest interpreter javascript source-academy source-language transpiler typescript
2 Open Issues Need Help Last updated: Jul 15, 2025

Open Issues Need Help

View All on GitHub

Implementations of sublanguages of JavaScript, TypeScript, Scheme and Python

TypeScript
#cadet-frontend#compiler#hacktoberfest#interpreter#javascript#source-academy#source-language#transpiler#typescript

AI Summary: The task is to debug the tracer in the js-slang interpreter. The tracer currently displays lists created with the `list` builtin incorrectly; it omits the `null` terminator when the list is empty. The fix requires modifying the tracer's output to correctly handle this edge case, ensuring consistent display of `null` regardless of list creation method.

Complexity: 3/5
Bug critical good first issue

Implementations of sublanguages of JavaScript, TypeScript, Scheme and Python

TypeScript
#cadet-frontend#compiler#hacktoberfest#interpreter#javascript#source-academy#source-language#transpiler#typescript