Skip to content

practicatto/rust_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Scanner

Rust syntax and lexical analyzer implemented in Python.

This project was made for the Programming Languages class at ESPOL (SOFG1009).

Members

Rust lexer

What is a lexer?

Lexers are the ones that turn normal strings (something a human can read) into tokens (something more computer-friendly)

Rust Parser

What is a parser?

The parser is the one that is going to obtain the tokens from the lexer and verify that the string follows our language's grammar.

Screenshots of our program

prueba_gui

About

Rust syntax and lexical analyzer implemented in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •