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

Test macro's fallback function results for arithmetic and comparison. #4

Open
4 of 10 tasks
sigmasoldi3r opened this issue Jul 13, 2020 · 0 comments
Open
4 of 10 tasks
Assignees
Labels
good first issue Good for newcomers

Comments

@sigmasoldi3r
Copy link
Owner

sigmasoldi3r commented Jul 13, 2020

All this functions should be tested against their macro-counterpart and return true:

  • +
  • -
  • *
  • /
  • >
  • <
  • >=
  • <=
  • =
  • <>

An assertion test should be written.

; Example
(assert
  (= (+ 1 2 3 4) (call + 1 2 3 4))
  "Results should be identical")
@sigmasoldi3r sigmasoldi3r added the good first issue Good for newcomers label Jul 23, 2020
@Adria1993 Adria1993 self-assigned this Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants