Created repl and file handling code files
This commit is contained in:
parent
08205ea6bc
commit
c9aceac591
|
|
@ -0,0 +1,9 @@
|
||||||
|
// Kyler Olsen
|
||||||
|
// YREA SLS
|
||||||
|
// File Header
|
||||||
|
// November 2025
|
||||||
|
|
||||||
|
#ifndef SLS_FILE_H
|
||||||
|
#define SLS_FILE_H
|
||||||
|
|
||||||
|
#endif // SLS_FILE_H
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
// Kyler Olsen
|
||||||
|
// YREA SLS
|
||||||
|
// REPL Header
|
||||||
|
// November 2025
|
||||||
|
|
||||||
|
#ifndef SLS_REPL_H
|
||||||
|
#define SLS_REPL_H
|
||||||
|
|
||||||
|
#endif // SLS_REPL_H
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
// Kyler Olsen
|
||||||
|
// YREA SLS
|
||||||
|
// File
|
||||||
|
// November 2025
|
||||||
|
|
||||||
|
#include "sls/file.h"
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
// Kyler Olsen
|
||||||
|
// YREA SLS
|
||||||
|
// REPL
|
||||||
|
// November 2025
|
||||||
|
|
||||||
|
#include "sls/repl.h"
|
||||||
Loading…
Reference in New Issue