File: api.rst

package info (click to toggle)
sparse 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,060 kB
  • sloc: ansic: 43,155; sh: 551; python: 300; perl: 293; makefile: 272
file content (27 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Sparse API
==========

.. contents::
	:local:
	:depth: 2

Utilities
~~~~~~~~~

.. c:autodoc:: ptrlist.c
.. c:autodoc:: utils.h

Parsing
~~~~~~~

.. c:autodoc:: expression.h

Typing
~~~~~~

.. c:autodoc:: evaluate.h

Optimization
~~~~~~~~~~~~

.. c:autodoc:: simplify.c