https://github.com/JuliaLang/julia
Raw File
Tip revision: 97c7496d908ef665b3fe1e363a78c6b2261e9481 authored by Jeff Bezanson on 13 April 2017, 22:40:33 UTC
teach compiler that `getindex` on SimpleVector is effect-free when Const
Tip revision: 97c7496
ctags
--langdef=julia
--langmap=julia:.jl
--regex-julia=/^[ \t]*(function|macro|abstract type|primitive type|struct|mutable struct|typealias)[ \t]+([^ \t({[]+).*$/\2/f,function/
--regex-julia=/^[ \t]*(([^@#$ \t({[]+)|\(([^@#$ \t({[]+)\)|\((\$)\))[ \t]*(\{.*\})?[ \t]*\([^#]*\)[ \t]*=([^=].*$|$)/\2\3\4/f,function/
back to top