We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to support a custom taco file format .tco. These files should contain ascii text as follows:
.tco
##taco
float
double
uint32_t
#
Example:
##taco double # comment 4 4 7 5 d s s d 0 1 3 2 0 2 3 3 5 0 1 1 2 3 0 1 1 3 4 7 0 1 1 2 3 4 6 0.1 1.2 2.0 3.4 4.0 5.6 2.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We want to support a custom taco file format
.tco
. These files should contain ascii text as follows:##taco
, containing one offloat
double
uint32_t
...#
Example:
The text was updated successfully, but these errors were encountered: