Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a recursive descent parser for arithmetic expressions with + ➕, * ✖️, parentheses (️⃣), and single-digit numbers 🔢. It validates the input ✅, checks for error cases ⚠️, and computes the result 🧮, all in a single run 🚀. It's a good learning example 📚 for building a hand-written parser in C 💻.

About

42 IT School | Exam 4 | Level 2

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages