This website requires JavaScript.
Explore
Help
Sign In
Elara6331
/
scpt
Watch
1
Star
0
Fork
0
You've already forked scpt
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
20
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Arsen Musayelyan
36d1eee759
Move default maps/variables to default.go and add print default function
2021-03-07 19:01:43 -08:00
cmd
/scpt
Implement return, implement instant break, add exit function, implement dumping and loading of AST via encoding/json
2021-03-07 17:25:16 -08:00
.gitignore
Implement functions, arrays, maps, and while loops. Document and clean up code.
2021-03-04 19:30:08 -08:00
ast.go
Implement return, implement instant break, add exit function, implement dumping and loading of AST via encoding/json
2021-03-07 17:25:16 -08:00
defaults.go
Move default maps/variables to default.go and add print default function
2021-03-07 19:01:43 -08:00
go.mod
Clean up code and add support for multiple operations in expression
2021-03-01 16:44:33 -08:00
go.sum
Implement return, implement instant break, add exit function, implement dumping and loading of AST via encoding/json
2021-03-07 17:25:16 -08:00
lexer.go
Implement functions, arrays, maps, and while loops. Document and clean up code.
2021-03-04 19:30:08 -08:00
LICENSE
Add LICENSE
2021-03-01 12:31:22 -08:00
scpt.go
Move default maps/variables to default.go and add print default function
2021-03-07 19:01:43 -08:00
test.scpt
Implement return, implement instant break, add exit function, implement dumping and loading of AST via encoding/json
2021-03-07 17:25:16 -08:00
Description
No description provided
92
KiB
Languages
Go
94.7%
AppleScript
5.3%