This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2024-11-23 07:32:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
39eda67867
prog8
/
compiler
/
test
/
fixtures
/
ast_simple_main.p8
8 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added a few more tests for the file element of Position
2021-10-18 22:26:02 +00:00
%zeropage basicsafe
+ intro SourceCode, tying together source code text with its *origin*; Prog8Parser now only accepts this
2021-06-21 10:02:36 +00:00
main {
+ add tests for inner nodes' positions; refactor tests
2021-07-04 16:09:16 +00:00
sub start() {
added a few more tests for the file element of Position
2021-10-18 22:26:02 +00:00
ubyte aa=99
aa++
+ add tests for inner nodes' positions; refactor tests
2021-07-04 16:09:16 +00:00
}
+ intro SourceCode, tying together source code text with its *origin*; Prog8Parser now only accepts this
2021-06-21 10:02:36 +00:00
}
Reference in New Issue
Copy Permalink