Grammar, AST and Syntax

⚓ Rust    📅 2025-08-29    👤 surdeus    👁️ 3      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Grammar, AST and Syntax

Hi, I am relative new to Rust, but I like it, and I am learning by using AI, I am trying to build my own Markdown editor, and in that content, I could need some help on my markdown flavor.

I am using Pest.rs to write the grammar file and RON as serialization format for both my AST and syntax.

I have been studying grammar, AST and syntax for a while and spend about 2 weeks perfecting my files to begin creating the phrase and render for my project.

I hope someone in here knows more about this than me to review my gramma.pest, ast.ron and syntax.ron files :slight_smile:

Best regards:
Kim Skov Rasmussen

2 posts - 2 participants

Read full topic

🏷️ Rust_feed