added basic documentation/boilerplate up till ARC_Lexer for the standard library documentation

This commit is contained in:
herbglitch 2024-12-30 05:22:02 -07:00
parent d109bc5152
commit 442f74b195
6 changed files with 23 additions and 12 deletions

View file

@ -90,4 +90,4 @@ void ARC_IO_WriteStrToFile(ARC_String *path, ARC_String *data){
}
fclose(file);
}
}