Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement macro system #3

Open
hikarin opened this issue Dec 2, 2013 · 1 comment
Open

Implement macro system #3

hikarin opened this issue Dec 2, 2013 · 1 comment

Comments

@hikarin
Copy link
Owner

hikarin commented Dec 2, 2013

The file do_test.lsp defines procedure "assert-equal" for test cases. It should be written not by lambda expression but by macro.

But Aquario doesn't have macro system so far... After macro system is implemented, "assert-equal" should be replaced as a macro.

@hikarin hikarin changed the title Test should be wrriten by macro Implement macro system Feb 28, 2021
@hikarin
Copy link
Owner Author

hikarin commented Feb 28, 2021

Now that test is done by CMake build system. But a macro system is still necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant