Skip to content

lancerstadium/evo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evo

   $$$$$$\  $$\    $$\  $$$$$$\  
  $$  __$$\ \$$\  $$  |$$  __$$\ 
  $$$$$$$$ | \$$\$$  / $$ /  $$ |
  $$   ____|  \$$$  /  $$ |  $$ |
  \$$$$$$$\    \$  /   \$$$$$$  |
   \_______|    \_/     \______/ 

  • evo is designed to be an evolvable programming language.

  • .ec is the extension of evo code file.

  • The tool chain of evo contains modules as follows:

    • evoc ==> evo's compiler
    • evor ==> evo's runtime

目录

src
 ┣━ app
 ┣━ core
 ┣━ dec
 ┣━ mem
 ┣━ fmt
 ┗━ util

设计参考