lib|parser: Fix references to headers

This commit is contained in:
2026-01-24 03:06:19 +00:00
parent 76872179f9
commit 64fe3fc112
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
* Created: 2026-01-22
* Author: Aryadev Chavali
* License: See end of file
* Commentary: See /include/sv.h
* Commentary: See /include/arl/lib/sv.h
*/
#include <string.h>

View File

@@ -2,7 +2,7 @@
* Created: 2026-01-22
* Author: Aryadev Chavali
* License: See end of file
* Commentary: See ast.h.
* Commentary: See /include/arl/parser/ast.h.
*/
#include <arl/lib/base.h>

View File

@@ -2,7 +2,7 @@
* Created: 2026-01-22
* Author: Aryadev Chavali
* License: See end of file
* Commentary: See parser.h
* Commentary: See /include/arl/parser/parser.h
*/
#include <ctype.h>