Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: Saverio976/NorMatrix

v0.2.3

15 Jan 03:00
Compare
Choose a tag to compare

add new flags for executable
new readme to pipy

v0.2.2

15 Jan 02:35
Compare
Choose a tag to compare

add pluggin to check the linke break at end of file
fix false positiv for source code where ',' is in (thanks some crazy guys for this test)
fix ++var that trigger

v0.2.1

12 Jan 23:00
Compare
Choose a tag to compare

fix some error that trigger the last check for char* c

v0.2.0

12 Jan 01:44
Compare
Choose a tag to compare

add argparse to parse args and have a better cli
add norm checker for

char* c = NULL;

char* c is ugly

v0.1.12

11 Jan 12:04
Compare
Choose a tag to compare

fix parser for function that have a [] in its prototype
fix index out of range for indent when line contains nothing

v0.1.11

10 Jan 22:43
Compare
Choose a tag to compare

fix norm / error

v0.1.10

10 Jan 20:40
Compare
Choose a tag to compare

fix bug and infinite loop when parsing some c file

v0.1.8

09 Jan 23:02
Compare
Choose a tag to compare
changelog:
    source/ -> normatrix/normatrix/source/
    plugged/ -> normatrix/normatrix/plugged/
    pipy