Projects · C++ 17 · Static Code Analysis · Testing · CI/CD

Code Analyzer

C++ based code static program analyzer

2022.01.25 · 1 min read · by Zhenlin Wang · updated 2022-04-12

Introduction

A Static Program Analyzer (SPA) is an interactive tool that automatically answers queries about programs. It is the final product of my CS3203 Software Engineering Project. Our team designed and implemented a SPA for a simplified programming language (SIMPLE) with specific query language (PQL). Here is a glimpse of our work.

Tech & Methodology