!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ !_TAG_PROGRAM_NAME Exuberant Ctags // !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ !_TAG_PROGRAM_VERSION 5.2.3 // Call all.py /^ def Call(self, args):$/;" f CallFunction all.py /^def CallFunction(fnName, args):$/;" f EvalExpr all.py /^def EvalExpr(expr, ns):$/;" f HelperGen Parser.py /^ def HelperGen(s):$/;" f IILoop all.py /^def IILoop():$/;" f IsLiteralLispList Parser.py /^def IsLiteralLispList(s):$/;" f LispAdd all.py /^def LispAdd(lispargs):$/;" f LispAtom Objects.py /^class LispAtom:$/;" c LispCar all.py /^def LispCar(lispargs):$/;" f LispCdr all.py /^def LispCdr(lispargs):$/;" f LispCons all.py /^def LispCons(lispargs):$/;" f LispDefun all.py /^def LispDefun(lispargs): #This is 'macro' as far as what I think a macro is.$/;" f LispEval all.py /^def LispEval(lispargs):$/;" f LispException all.py /^class LispException(Exception): pass$/;" c LispFunction all.py /^class LispFunction(object):$/;" c LispQuote all.py /^def LispQuote(lispargs):$/;" f ParseElemsGen Parser.py /^def ParseElemsGen(lispLiteral):$/;" f ParseString Parser.py /^def ParseString( lispListStr):$/;" f ProcessString all.py /^def ProcessString(s):$/;" f QuotedLispList Parser.py /^def QuotedLispList(s):$/;" f RequireException all.py /^class RequireException(LispException): pass$/;" c StripFront Parser.py /^def StripFront(s, delims):$/;" f Substitute all.py /^def Substitute(lispList, ns, startfrom=1):$/;" f WellformedLispList Parser.py /^def WellformedLispList(s):$/;" f _GotoMatchingParen Parser.py /^ def _GotoMatchingParen(i, curParenDepth):$/;" f __init__ all.py /^ def __init__(self, params, evals_to, lispname="[ no name ever given :( ]"):$/;" f checkargs all.py /^ def checkargs(self, args):$/;" f make_namespace all.py /^ def make_namespace(self, args):$/;" f