Skip to content

Commit 95e5a0b

Browse files
readme changes
Removed the file structure section from the README.
1 parent 8e9bdbf commit 95e5a0b

1 file changed

Lines changed: 0 additions & 64 deletions

File tree

README.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -62,70 +62,6 @@ git clone https://github.com/alphastar-avi/Cookie-lang.git
6262
```
6363
After cloning, make sure your PATH includes the necessary tool directories.
6464

65-
## **File Structure**
66-
67-
```
68-
Goofy_complier/
69-
├── web_cookie_compiler/
70-
│ ├── public/
71-
│ ├── src/
72-
│ ├── server.go
73-
│ ├── index.html
74-
│ ├── package.json
75-
│ ├── package-lock.json
76-
│ └── setup_wasm.sh
77-
├── Main_FrontendAndBackend/
78-
│ ├── lang.cook
79-
│ ├── parser.y
80-
│ ├── runtime.c
81-
│ ├── lexer.l
82-
│ ├── codegen.cpp
83-
│ ├── ast.c
84-
│ ├── ast.h
85-
│ └── cookie.cook
86-
├── cookie_extension/
87-
│ ├── package.json
88-
│ ├── package-lock.json
89-
│ ├── tsconfig.json
90-
│ ├── language-configuration.json
91-
│ ├── syntaxes/
92-
│ │ └── cookie.tmLanguage.json
93-
│ ├── src/
94-
│ │ └── extension.ts
95-
│ ├── out/
96-
│ └── snippets/
97-
├── Cookie_playground_tunnel/
98-
│ ├── README.md
99-
│ ├── cookie.cook
100-
│ ├── tunnel.go
101-
│ └── index.html
102-
├── MakeYourCookie_Tutorial/
103-
│ ├── command.txt
104-
│ ├── test.cook
105-
│ ├── lexer.l
106-
│ ├── cookie.cook/
107-
│ ├── codegen.cpp
108-
│ ├── build.sh
109-
│ ├── parser.y
110-
│ ├── runtime.c
111-
│ ├── ast.c
112-
│ └── ast.h
113-
├── docs/
114-
│ └── index.html
115-
├── configAndCommand/
116-
│ ├── mac-build.txt
117-
│ ├── Docker-Command.txt
118-
│ ├── Dockerfile
119-
│ ├── makefile
120-
│ └── win-build.txt
121-
├── automation/
122-
│ ├── codebase_backup/
123-
│ └── cookie
124-
├── README.md
125-
├── LICENSE
126-
└── .gitignore
127-
```
128-
12965

13066
## **Build Instructions**
13167

0 commit comments

Comments
 (0)