Skip to content

Parse what you can (experimental !)

License

Notifications You must be signed in to change notification settings

emillon/parse-wyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parse-wyc (parse what you can)

Disclaimer: this is highly experimental!

Adapted from the recovery-parser of merlin.

How to use it

The API of the library is:

val implementation : Lexing.lexbuf -> Location.t list
val interface : Lexing.lexbuf -> Location.t list
val use_file : Lexing.lexbuf -> Location.t list

By using Parse_wyc.implementation lx you can retrieve the list of locations in the original file delimiting invalid code parts.

About

Parse what you can (experimental !)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages