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 squirrel language support to TIC-80 #759

Merged
merged 17 commits into from
Oct 18, 2018
Merged

Add squirrel language support to TIC-80 #759

merged 17 commits into from
Oct 18, 2018

Conversation

GrahamClemo
Copy link
Contributor

Squirrel is a scripting language with a C-like syntax, lists, tables, classes, generators, coroutines etc.
See http://squirrel-lang.org/ for more details.
This PR adds Squirrel language support to TIC-80, it is dependent on this PR (https://github.com/nesbox/3rd-party/pull/5) which adds Squirrel to the 3rd-party libraries repo.

@nesbox
Copy link
Owner

nesbox commented Oct 15, 2018

I'm going to review and approve it soon...
Thank you

Copy link
Owner

@nesbox nesbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed it, only one note, you forgot to add console commands like new squirrel
I'm going to fix it with a next commit
Thank you

@nesbox nesbox merged commit b397f1b into nesbox:master Oct 18, 2018
@nesbox nesbox added the enhancement Improvement of existing feature or adding something new label Oct 18, 2018
@nesbox nesbox added this to the 0.80.0 milestone Oct 18, 2018
@GrahamClemo
Copy link
Contributor Author

I thought I did that already! Let me check if it's got lost in git somewhere. Thanks.

@nesbox nesbox removed this from the 0.80.0 milestone Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature or adding something new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants