Skip to content

pandasoli/floria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floria 🌸
A very tiny pretty programming language
________________________________________

+--------------------------------------+
| lexer        ->                      |
| parser       --                      |
| typechecker  --                      |
| asm                                  |
+--------------------------------------+

* -- gives its output to the next step
* -> has functions called by the next step
* <- has functions called by the previous step

________________________________________

Having the parser calling the lexer for
the next token might not be a good idea
in case there's a bad token in the end,
might lexering everything and putting
into a file would be better (giving a
list of tokens doesn't seem a good one).

About

🌺 | A very tiny pretty programming language

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages