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

Feature/value string #13

Merged
merged 3 commits into from
Aug 12, 2021
Merged

Conversation

berstpander
Copy link
Contributor

Add string type for value expression and Fix some problems

  • Delete getNumType function and add a more general getType function
  • Add the getValuesType function to judge the type of a series of values with prefix and postfix
  • Update the type judgment of each value to the type judgment of the expression
  • Add the parseValue function to parse the value with the specified type
  • restrict the first char of value expression must be an underscore or letter

…alue

getValuesType: judge the type of a series of values
getType: judge the type of a value
Add prefix and postfix two parameters to the getValuesType function
Update the type judgment of each value to the type judgment of the expression
Add the parseValue function to parse the value with the specified type
@aaronchen2k aaronchen2k merged commit 11096a0 into easysoft:master Aug 12, 2021
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.

None yet

2 participants