mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-21 10:31:25 +00:00
Fix link in README.
This commit is contained in:
parent
2bddea270f
commit
df610e639c
@ -84,7 +84,7 @@ inclusion in the language is primarily to make programs easier to analyze.
|
|||||||
### Static analysis
|
### Static analysis
|
||||||
|
|
||||||
The SixtyPical language defines an [effect system][], and the reference
|
The SixtyPical language defines an [effect system][], and the reference
|
||||||
compiler [symbolically executes][] the input program in the manner of
|
compiler [abstractly interprets][] the input program in the manner of
|
||||||
[flow typing][] to confirm that it does not violate it. This can detect
|
[flow typing][] to confirm that it does not violate it. This can detect
|
||||||
common mistakes such as
|
common mistakes such as
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ Documentation
|
|||||||
[6502]: https://en.wikipedia.org/wiki/MOS_Technology_6502
|
[6502]: https://en.wikipedia.org/wiki/MOS_Technology_6502
|
||||||
[MOS Technology 6502]: https://en.wikipedia.org/wiki/MOS_Technology_6502
|
[MOS Technology 6502]: https://en.wikipedia.org/wiki/MOS_Technology_6502
|
||||||
[effect system]: https://en.wikipedia.org/wiki/Effect_system
|
[effect system]: https://en.wikipedia.org/wiki/Effect_system
|
||||||
[symbolically executes]: https://en.wikipedia.org/wiki/Symbolic_execution
|
[abstractly interprets]: https://en.wikipedia.org/wiki/Abstract_interpretation
|
||||||
[flow typing]: https://en.wikipedia.org/wiki/Flow-sensitive_typing
|
[flow typing]: https://en.wikipedia.org/wiki/Flow-sensitive_typing
|
||||||
[calling conventions]: https://en.wikipedia.org/wiki/Calling_convention
|
[calling conventions]: https://en.wikipedia.org/wiki/Calling_convention
|
||||||
[register allocation]: https://en.wikipedia.org/wiki/Register_allocation
|
[register allocation]: https://en.wikipedia.org/wiki/Register_allocation
|
||||||
|
Loading…
Reference in New Issue
Block a user