Skip to content

Conversation

Garklein
Copy link
Contributor

@Garklein Garklein commented Jul 28, 2022

Notes:

  • with all of K's overloads, the complexity checks will be way off. For example, or (|) is overloaded to also be max, so a|b could be read as either a or b or a max b depending on context
  • both SNOBOL and Nial are completely case insensitive for keywords (ex. in SNOBOL, output, OUTPUT, and oUTPuT mean the same thing). I've only added the lowercase versions to the complexity check.

@boyter
Copy link
Owner

boyter commented Jul 28, 2022

Very nice! Much appreciated!

@boyter boyter merged commit 81ba2b3 into boyter:master Jul 28, 2022
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