Reorganise and start working on the json parser

This commit is contained in:
2023-06-11 02:14:41 +01:00
parent 5ff93f61d7
commit c75e51aa3e
15 changed files with 69 additions and 10 deletions

View File

@@ -1,10 +1,3 @@
#!/usr/bin/bash
#!/bin/bash
CC=clang++
CFLAGS="-g -Wall -Wextra"
SRC=*.cpp
OUT=main
set -x
$CC $CFLAGS $SRC -o $OUT
bear -- ./compile