Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jbarrmetro
Copy link
Collaborator

@jbarrmetro jbarrmetro commented Jun 29, 2023

  • if/else
  • when (imperative, evaluates to nil)
  • cond desugars to multiple ifs
  • and, or logical expressions
  • make not and typeof unary operations that type, but desugar to call expressions
  • make equal? and not-equal? binary operations that type, but desugar to call expressions
  • type narrowing
  • use typechecker isTruthy and isFalsy functions
  • ability to output compiled file and bundle
  • ability to run file from command line
  • ability to interactively load script files in REPL as definitions

@jbarrmetro jbarrmetro merged commit 1dfeaa0 into main Jul 1, 2023
@jbarrmetro jbarrmetro deleted the conditionals branch July 1, 2023 22:51
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.

2 participants