Module make

Source
Expand description

Logic for transforming the raw code given by the user into something actually runnable, e.g. by adding a main function if it doesnโ€™t already exist.

Structsยง

BuildDocTestBuilder ๐Ÿ”’
Builder type for DocTestBuilder.
DocTestBuilder ๐Ÿ”’
This struct contains information about the doctest itself which is then used to generate doctest source code appropriately.
ParseSourceInfo ๐Ÿ”’

Constantsยง

DOCTEST_CODE_WRAPPER ๐Ÿ”’

Functionsยง

parse_source ๐Ÿ”’
reset_error_count ๐Ÿ”’