Open Issues Need Help
View All on GitHub 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
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