Skip to content
/ L Public

implement a new programming language (L) from scratch

Notifications You must be signed in to change notification settings

azl397985856/L

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

implement a new programming language (L) from scratch

GET STARTED

# edit ./assets/index.js and then
node index.mjs ./assets/index.js

Scanner

Parser

  • 无敌乞丐版 没有 CFG (context free grammer)的概念,直接就硬怼 那种。

Transformer

Generator

TODO

  • 使用 L 在小程序中执行动态代码

About

implement a new programming language (L) from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published