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 Object#__tag__ #7

Merged
merged 2 commits into from
Mar 22, 2014
Merged

add Object#__tag__ #7

merged 2 commits into from
Mar 22, 2014

Conversation

mohayonao
Copy link
Owner

use to detect type of data in internal

  TAG_NOT_INITIALIZED: 0x00,
  TAG_OBJ: 0x01,
  TAG_INT: 0x02,
  TAG_SYM: 0x03,
  TAG_CHAR: 0x04,
  TAG_NIL: 0x05,
  TAG_FALSE: 0x06,
  TAG_TRUE: 0x07,
  TAG_PTR: 0x08,
  TAG_FLOAT: 0x09,
  TAG_STR: 0x0a,
  TAG_UNUSED: 0xff,

@mohayonao
Copy link
Owner Author

ok
buf online test failed #8, should fix it.

@mohayonao
Copy link
Owner Author

👌

mohayonao added a commit that referenced this pull request Mar 22, 2014
add Object#__tag__

use to detect type of data in internal
@mohayonao mohayonao merged commit b9ab5c5 into master Mar 22, 2014
@mohayonao mohayonao deleted the __tag__ branch March 22, 2014 23:25
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

1 participant