Code Monkey home page Code Monkey logo

tscn-rs's Issues

Tokenizer recognizes strings as seperate ELEMENT_DATA pairs.

from="To Living Room" to="To Living Room"
gets turned into

            ELEMENT_DATA_NAME(
                Some(
                    "from",
                ),
            ),ELEMENT_DATA_VALUE(
                Some(
                    "\"To",
                ),
            ),
            ELEMENT_DATA_NAME(
                Some(
                    "Living",
                ),
            ),
            ELEMENT_DATA_VALUE(
                Some(
                    "Room\"",
                ),
            ),

instead of

            ELEMENT_DATA_NAME(
                Some(
                    "from",
                ),
            ),ELEMENT_DATA_VALUE(
                Some(
                    "\"To Living Room\"",
                ),
            ),

Looks like tokenizer.is_quote is not being set correctly.

License file is missing

Hey there,

I was recently also thinking of creating something that can read godots text scene files, but luckily I found your project first.
Since your project is public on github, I thought I might be able to use your code.
However, you did not provide any license file or hint for others.

Would you be willing to make your project available via a users choice of either MIT or Apache-2.0?
More info on this can be found here: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
Specifics for github license detection can be found here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

Either way have a nice day.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.