Move sources to "pegp" package.
This commit is contained in:
parent
6033454b8d
commit
5af626e443
@ -1,5 +1,6 @@
|
||||
module pegp.main;
|
||||
import std.stdio;
|
||||
import state;
|
||||
import pegp.state;
|
||||
|
||||
int main(string[] args)
|
||||
{
|
@ -1,3 +1,5 @@
|
||||
module pegp.state;
|
||||
|
||||
class State
|
||||
{
|
||||
private int m_size;
|
Loading…
x
Reference in New Issue
Block a user