This website requires JavaScript.
Explore
Help
Sign In
TakshakRamteke
/
godb
Watch
1
Star
1
Fork
0
Code
Issues
3
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8e2324b80c76c4bcdefc29425244e0202d63211a
godb
/
cmd
/
godb
/
main.go
T
10 lines
77 B
Go
Raw
Normal View
History
Unescape
Escape
FEAT : added logic for a basic REPL
2024-11-24 23:30:40 +05:30
package
main
import
(
feat: split into code for buffer and vm
2026-07-20 00:32:34 +05:30
"godb/internals/repl"
FEAT : added a simple compiler and support for commands
2024-11-29 01:42:48 +05:30
)
FEAT : added logic for a basic REPL
2024-11-24 23:30:40 +05:30
func
main
()
{
feat: split into code for buffer and vm
2026-07-20 00:32:34 +05:30
repl
.
Run
()
FEAT : added logic for a basic REPL
2024-11-24 23:30:40 +05:30
}
Reference in New Issue
Copy Permalink