1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-01 12:41:30 +00:00
SixtyPical/tests/SixtyPical Callgraph.md

24 lines
609 B
Markdown
Raw Normal View History

2019-10-21 16:29:38 +00:00
SixtyPical Callgraph
====================
This is a test suite, written in [Falderal][] format, for the ability of
a SixtyPical analyzer to construct a callgraph of which routines call which
other routines, and its ability to discover which routines will never be
called.
[Falderal]: http://catseye.tc/node/Falderal
-> Tests for functionality "Dump callgraph info for SixtyPical program"
The `main` routine is always called.
| define main routine
| {
| }
2019-10-21 20:23:14 +00:00
= {
= "main": {
= "potentially-called-by": [],
= "potentially-calls": []
= }
= }