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

Add Nial, SNOBOL, and K languages #343

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Add Nial, SNOBOL, and K languages #343

merged 2 commits into from
Jul 28, 2022

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