Skip to content

ACSL grammar built up from official specification, with C grammar behind

License

Notifications You must be signed in to change notification settings

interpretica-io/acsl-grammar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acsl-grammar

ACSL grammar built up from official specification, with C grammar behind. For use in static analyzers.

You can compile it to whatever target you want using antlr4 targets. We use it for C++ target.

antlr4 -Dlanguage=CSharp ACSL.g4

Completeness and modifications.

Not all functionality from ACSL grammar is supported. Pull requests are welcome!

Little modification has been applied to ACSL:

  • Support of acsl_comment

Little modification has been applied to C:

  • Don't process ACSL-style comments as regular comments

License

Licenses are included in LICENSE file.

About

ACSL grammar built up from official specification, with C grammar behind

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages