Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shutov committed Jan 23, 2025
1 parent a1adacd commit 8ac8ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test('Translate LISP operation to JavaScript', () => {
});

test('Translate LISP condition to JavaScript', () => {
// TODO: replace with comparison operators when they are implemented
// TODO: replace with comparison operators when https://github.com/metarhia/metalisp/issues/14 is fixed
const program = '(cond ((+ x y)(+ 4 7)(+ 1 3)) ((- y x)(+ 5 2)))';
const tokens = tokenize(program);
const src = parse(tokens).toJavaScript();
Expand Down

0 comments on commit 8ac8ffd

Please sign in to comment.