My monster, it not only compiles, it now runs!
This commit is contained in:
parent
60921be3d4
commit
a8b4a6e69d
26 changed files with 244 additions and 172 deletions
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* ops/repl.h
|
||||
*
|
||||
* The read/eval/print loop.
|
||||
*
|
||||
* (c) 2026 Simon Brooke <simon@journeyman.cc>
|
||||
* Licensed under GPL version 2.0, or, at your option, any later version.
|
||||
*/
|
||||
|
||||
#ifndef __psse_ops_repl_h
|
||||
#define __psse_ops_repl_h
|
||||
|
||||
// struct pso_pointer repl( struct pso_pointer prompt, struct pso_pointer readtable);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue