Dogma v0.1.16 Dogma.Util.ScriptSigils

A preprocessor for scripts, to be used on the script string before the AST, lines, etc have been computed for it.

This is used to prevent the Rules for mistaking the contents of the sigils for Elixir code and reporting errors when there should be none.

Summary

Functions

Takes a source string and return it with all of the sigil literals stripped of their contents

Functions

strip(script)

Takes a source string and return it with all of the sigil literals stripped of their contents.