Skip to content
Snippets Groups Projects
Commit f9ba2767 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

tech-report: fixed mistake in grammar

parent 1f17be8a
No related branches found
No related tags found
No related merge requests found
...@@ -854,9 +854,9 @@ The built-in data types are encoded as follows: ...@@ -854,9 +854,9 @@ The built-in data types are encoded as follows:
<type_binding> | <type_binding> |
<sample_data> ) <sample_data> )
<version> := <string> <version> := <string>
<sample_decl> := <sample_id> <string> <type> <sample_decl> := <sample_id> <string> <signature>
<sample_ref> := <sample_id> <string> <type> <sample_ref> := <sample_id> <string> <signature>
<type_decl> := <type_id> <string> <type> <type_decl> := <type_id> <string> <signature>
<type_binding> := <sample_id> <type_id> <type_binding> := <sample_id> <type_id>
<user_id> := 0x40..0xffffffff <user_id> := 0x40..0xffffffff
<sample_id> : <user_id> <sample_id> : <user_id>
...@@ -864,6 +864,7 @@ The built-in data types are encoded as follows: ...@@ -864,6 +864,7 @@ The built-in data types are encoded as follows:
<string> := <string_length> <char>* <string> := <string_length> <char>*
<string_length> := 0x00..0xffffffff <string_length> := 0x00..0xffffffff
<char> := any UTF-8 char <char> := any UTF-8 char
<signature> := <length> <type>
<type> := <length> ( <basic_type> | <type> := <length> ( <basic_type> |
<array_decl> | <array_decl> |
<struct_decl> | <struct_decl> |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment