This website requires JavaScript.
Explore
Help
Sign In
andrew
/
basicinterpreter
Watch
1
Star
0
Fork
0
You've already forked basicinterpreter
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3
Commits
6
Branches
0
Tags
7a64d28823d79a5002413c5197ec92b1197113d3
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Andrew Kesterson
7a64d28823
Identifiers matching reserved words that are not variables get their token type set to the reserved word
2025-01-11 20:36:44 -05:00
basicscanner.go
Identifiers matching reserved words that are not variables get their token type set to the reserved word
2025-01-11 20:36:44 -05:00
main.go
Got identifiers (including variable types) scanning working (including checking for reserved words)
2025-01-11 20:30:53 -05:00
Description
A BASIC interpreter styled after Commodore BASIC 7 and 1964 Dartmouth BASIC
1.3
MiB
Languages
Go
93.1%
BASIC
3.4%
Shell
2.5%
Makefile
1%