Skip to content

Commit

Permalink
Update news.toml
Browse files Browse the repository at this point in the history
Added Pallas as a news item.
  • Loading branch information
OmerSakar authored Nov 20, 2023
1 parent ae1c6b2 commit 56e413f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/news.toml
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,8 @@ content = """
> **Marieke Huisman** will give an invited talk at the iFM PhD Symposium. The title of her presentation is **"A verification journey: from sequential Java programs to massively-parallel GPU code"**.
"""

["A new VerCors project: **Pallas**"]
date = "2023-11-02"
content = """
> Pallas (Program Analysis for LLVM-IR and All its Source languages) is a new project involving VerCors. Pallas aims for a universal approach to ensure correctness in programming languages based on LLVM, simplifying verification tech development. This is crucial given software's pivotal role in our lives, where failures can lead to disasters and financial losses. Software developers urgently seek techniques to improve quality, especially formal verification to prevent errors. Pallas tackles integration challenges by creating deductive program verification for LLVM-IR, applicable to any programming language that compiles to this format.
"""

0 comments on commit 56e413f

Please sign in to comment.