GithubHelp home page GithubHelp logo

cur's People

Contributors

jsim2010 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

cur's Issues

Review using cargo-make

Benefit would be to provide one location for configuring all build/test processes (ex: currently both crates hold the same clippy configurations in their code)

Convert to use Trail instead of Scent

Goal is to be able to detect the first valid Trail without going through all options.

Potentially use Streams trait from futures?

Trail: [Step]
Step: Scents([Scent]) | Split([Trail]) | Repeat(Trail)
Scent: Atom | Range

Allow variables to literals in game!

Example:

let newline = "\r\n";
game!(LINE = ([_; ..], newline));

Current error is no method named `into_steps` found for reference `&str` in the current scope. Perhaps define into_steps() as part of a trait that both Game and &str impl.

Move cur_macro into cur

Needed due to cyclical dependency between the 2 crates.

Perhaps implement similar to serde?

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.