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

Complete type checking for assignment statements #13

Closed
wants to merge 23 commits into from

Conversation

bryanlohxz
Copy link
Contributor

@bryanlohxz bryanlohxz commented Oct 31, 2023

  • Type checking of floating point literals
  • Type checking of boolean, character, string, text block and null literals.
  • Boxing of primitives boolean, byte, char, double, float, int, long, short
  • Added basic global type environment that includes primitives, primitive wrapper classes and string class.
  • Arithmetic expressions for floating point numbers
  • Store declared variables in environment

@bryanlohxz bryanlohxz closed this Mar 26, 2024
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

Successfully merging this pull request may close these issues.

1 participant