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

IR Generating #13

Closed
8 tasks done
cww0614 opened this issue May 6, 2020 · 1 comment
Closed
8 tasks done

IR Generating #13

cww0614 opened this issue May 6, 2020 · 1 comment
Assignees

Comments

@cww0614
Copy link
Owner

cww0614 commented May 6, 2020

Plan:

  • variable type, define and set!
  • most basic display builtin function (displaying an integer)
  • if
  • lambda
  • other control structures
  • other types of literals
  • allocate variables on heap (now it's possible to access invalid variables on stack through closure)
  • garbage collection
@cww0614 cww0614 self-assigned this May 6, 2020
@jayzern
Copy link
Collaborator

jayzern commented May 6, 2020

yes sensei

@cww0614 cww0614 closed this as completed May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants