| 1 | _result_toml__scanner__Scanner_ptr toml__scanner__new_scanner(toml__scanner__Config config) { |
| 2 | _result_toml__scanner__Scanner_ptr _t3; |
| 3 | builtin___result_ok(&(toml__scanner__Scanner*[]) { s }, (_result*)(&_t3), sizeof(toml__scanner__Scanner*)); |
| 4 | return _t3; |
| 5 | } |
| 6 | toml__ast__Quoted toml__parser__Parser_quoted(toml__parser__Parser* p) { |
| 7 | return ((toml__ast__Quoted){.text = builtin__string_clone_static(lit),.pos = toml__token__Token_pos(&p->tok),.is_multiline = is_multiline,.quote = quote,}); |
| 8 | } |
| 9 | |
| 10 | |