Skip to content

onsclom/c-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-wasm-experiment

Hand-written tokenizer and parser for a subset of C. The web frontend runs the parser as WebAssembly and visualizes the AST as an interactive force-directed graph.

Development

Run the C test suite:

./build-and-run.sh

Run the web frontend:

cd web
bun install
bun run build-wasm      # rebuild after changes under src/
bun run dev

About

C parser programmed in C with a web AST visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages