Skip to content

Commit

Permalink
Update README.md (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltcmelo committed Sep 7, 2024
1 parent cf92285 commit 349afce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ C language (draft) proposal [Enabling Generic Functions and Parametric Types in

# Psyche-C

Psyche-C is a compiler frontend for the C language, designed as a library that can be used to implement static analysis tools for C.
Psyche-C is a compiler frontend for the C language.
It is designed as a library, with a focus on the implementation of static analysis tools of C programs, without requiring understanding of their build setup.
Bellow are the main characteristics of Psyche-C:

- Clean separation between the syntactic and semantic compiler phases.
Expand Down

0 comments on commit 349afce

Please sign in to comment.