Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmt: Start working on format_args!() parser #2734

Closed
wants to merge 2 commits into from

Commits on Nov 9, 2023

  1. fmt: Start working on format_args!() parser

    This commit adds a base class for parsing the various constructs of a
    Rust format string, according to the grammar in the reference:
    
    https://doc.rust-lang.org/std/fmt/index.html#syntax
    
    gcc/rust/ChangeLog:
    
    	* Make-lang.in: Compile rust-fmt object
    	* ast/rust-fmt.cc: New file.
    	* ast/rust-fmt.h: New file.
    CohenArthur committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    43d188f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    243e719 View commit details
    Browse the repository at this point in the history