Skip to content

Conversation

@BobHanson
Copy link
Collaborator

bug fixes primarily in relation to Physlets

This update introduces a very fast way to ensure byte, short, and int
numerical processing using $b$[0], $i$[0], $s$[0]

Also fixes array and switch issues with char and Character, ensuring
that those always are integers (or in the case of switch, possibly a
string). 

Substantial cleaning/refactoring of ASTKeywordVisitor removes
duplication of code and makes the character business much clearer. 

Should possibly consider using an int for char rather than
single-character string. This would probably immensely simplify the
code.
@BobHanson BobHanson merged commit 1b8c90c into java2script:master Feb 17, 2018
BobHanson added a commit that referenced this pull request May 24, 2018
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