Skip to content

siddharthborderwala/markup-lang-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markup Language

  • Implement a simple markup language based on the concept of a finite state machine
  • This is an instance where rust-lang's very powerful matching system stands out

Rules for the language

  • every character in between two # signs is a comment and will be stripped off
  • every character in between two ^ signs will be converted to uppercase
  • every character in between two _ signs will be converted to lowercase

About

Implement a markup language using a finite state machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages