Skip to content

Commit

Permalink
add docstring for new module
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed May 14, 2020
1 parent e62e222 commit 377dce3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions m2cgen/assemblers/fallback_expressions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""This module provides an implementation for a variety of functions
expressed in library's AST.
These AST-based implementations are used as fallbacks in case
when the target language lacks native support for respective functions
provided in this module.
"""
from m2cgen import ast
from m2cgen.assemblers import utils

Expand Down

0 comments on commit 377dce3

Please sign in to comment.