We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdd591 commit 1ec320bCopy full SHA for 1ec320b
src/features/cseMachine/CseMachineAnimation.tsx
@@ -379,6 +379,8 @@ export class CseAnimation {
379
break;
380
case 'syntax-rules':
381
// nothing.
382
+ // TODO: Check if this fallthrough behavior is intentional
383
+ // eslint-disable-next-line no-fallthrough
384
default:
385
// it's probably an application, or a macro expansion.
386
// either way, it's a control -> control expansion.
0 commit comments