Skip to content

Semantic highlighting of JuliaSyntax ASTs as Julia code

License

Notifications You must be signed in to change notification settings

c42f/JuliaSyntaxFormatter.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaSyntaxFormatter

Build Status

A nascent package to format JuliaLowering.SyntaxTree as Julia source code with support for "semantic colouring". For example, one can run JuliaLowering's scope analysis pass to determine the identity of each name in the code (tagging it with a var_id). Then color this accordingly.

To try this out, you need the main (ie development) branch of JuliaSyntax.jl

Currently a pile of hacks, probably broken in various ways. Use at your own risk, etc :)

About

Semantic highlighting of JuliaSyntax ASTs as Julia code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages