This website requires JavaScript.
Explore
Help
Sign In
AbleScript
/
ablescript
Watch
4
Star
4
Fork
You've already forked ablescript
1
Code
Issues
Pull requests
Projects
Releases
7
Wiki
Activity
68e5e7cf41
ablescript
/
able-script-test
/
iotest.able
6 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement `read` semantics in interpreter Also added a test file `iotest.able` to just read data and print it (the `cat` of AbleScript I guess).
2021-06-18 16:05:50 -05:00
var data;
loop {
Format `.able` test files Unified mixed 2-space and 4-space indentation into uniform 3-space indentation.
2021-08-09 15:41:02 -05:00
data read;
data print;
Implement `read` semantics in interpreter Also added a test file `iotest.able` to just read data and print it (the `cat` of AbleScript I guess).
2021-06-18 16:05:50 -05:00
}
Reference in a new issue
Copy permalink