GithubHelp home page GithubHelp logo

ethowitz / tree-sitter-rust Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tree-sitter/tree-sitter-rust

0.0 0.0 0.0 42.83 MB

Rust grammar for tree-sitter

License: MIT License

Shell 2.62% JavaScript 75.63% C++ 1.76% Scheme 10.05% Python 0.68% C 0.48% Rust 6.42% Swift 2.36%

tree-sitter-rust's Introduction

tree-sitter-rust

CI discord matrix crates npm

Rust grammar for tree-sitter

Features

  • Speed — When initially parsing a file, tree-sitter-rust takes around twice as long as Rustc's hand-coded parser.

    $ wc -l examples/ast.rs
      2157 examples/ast.rs
    
    $ rustc -Z ast-json-noexpand -Z time-passes examples/ast.rs | head -n1
      time: 0.007    parsing # (7 ms)
    
    $ tree-sitter parse examples/ast.rs --quiet --time
      examples/ast.rs    16 ms

    But if you edit the file after parsing it, this parser can generally update the previous existing syntax tree to reflect your edit in less than a millisecond, thanks to Tree-sitter's incremental parsing system.

References

  • The Rust Grammar Reference — The grammar reference provides chapters that formally define the language grammar.
  • The Rust Reference — While Rust does not have a specification, the reference tries to describe its working in detail. It tends to be out of date.
  • Keywords and Operators and Symbols.
  • Archive of the outdated Syntax Index that contains examples of all syntax in Rust cross-referenced with the section of The Book that describes it.

tree-sitter-rust's People

Contributors

maxbrunsfeld avatar maximsokolov avatar amaanq avatar calixteman avatar grayjack avatar ninevra avatar aryx avatar resolritter avatar patrickt avatar kawaemon avatar luni-4 avatar lukepistrol avatar keating950 avatar goffrie avatar david-else avatar kyrime avatar nicholaslyang avatar msftenhanceprovenance avatar rhysd avatar kmicklas avatar profdoof avatar jorendorff avatar hkmatsumoto avatar goldsteine avatar florommel avatar ethowitz avatar demonein avatar dtolnay avatar cbueth avatar

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.