1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-11 18:29:33 +00:00
SixtyPical/tests/SixtyPical Callgraph.md

23 lines
541 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
| {
| }
= [
= [
= "main"
= ]
= ]