Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SaptakBhoumik/Peregrine
/ functions
Functions
461 in github.com/SaptakBhoumik/Peregrine
⨍
Functions
461
◇
Types & classes
132
Method
ForStatement
Peregrine/ast/ast.cpp:1002
Method
FormatedStr
Peregrine/ast/ast.cpp:1914
Method
FunctionCall
Peregrine/ast/ast.cpp:765
Method
FunctionDefinition
Peregrine/ast/ast.cpp:650
Method
FunctionType
Peregrine/ast/types.cpp:619
Method
FunctionTypeExpr
Peregrine/ast/ast.cpp:1228
Method
GenericCall
Peregrine/ast/ast.cpp:1885
Method
IdentifierExpression
Peregrine/ast/ast.cpp:108
Method
IfStatement
Peregrine/ast/ast.cpp:822
Method
ImportStatement
Peregrine/ast/ast.cpp:403
Method
InlineAsm
Peregrine/ast/ast.cpp:1813
Method
InlineStatement
Peregrine/ast/ast.cpp:924
Method
IntType
Peregrine/ast/types.cpp:12
Method
IntegerLiteral
Peregrine/ast/ast.cpp:33
Method
LEXER
Peregrine/lexer/lexer.cpp:10
Function
LLVMErrorHandler
Peregrine/clang/cc1as_main.cpp:554
Function
LLVMErrorHandler
Peregrine/clang/cc1_main.cpp:61
Method
LambdaDefinition
Peregrine/ast/ast.cpp:1837
Method
ListLiteral
Peregrine/ast/ast.cpp:151
Method
ListOrDictAccess
Peregrine/ast/ast.cpp:375
Method
ListType
Peregrine/ast/types.cpp:517
Method
ListTypeExpr
Peregrine/ast/ast.cpp:1168
Method
MangleName
Peregrine/utils/symbolTable.cpp:3
Method
MangleName
Peregrine/utils/symbolTable.hpp:117
Method
MatchStatement
Peregrine/ast/ast.cpp:1118
Method
MethodDefinition
Peregrine/ast/ast.cpp:1552
Method
MultipleAssign
Peregrine/ast/ast.cpp:1487
Method
MultipleReturnType
Peregrine/ast/types.cpp:692
Method
NoLiteral
Peregrine/ast/ast.hpp:192
Method
NoneLiteral
Peregrine/ast/ast.cpp:94
Method
Parser
Peregrine/parser/parser.cpp:12
Method
PassStatement
Peregrine/ast/ast.cpp:1046
Method
PointerType
Peregrine/ast/types.cpp:384
Method
PointerTypeExpr
Peregrine/ast/ast.cpp:1193
Method
PostfixExpression
Peregrine/ast/ast.cpp:352
Method
PrefixExpression
Peregrine/ast/ast.cpp:329
Method
PrivateDef
Peregrine/ast/ast.cpp:1803
Method
Program
Peregrine/ast/ast.cpp:10
Method
RaiseStatement
Peregrine/ast/ast.cpp:958
Method
RefTypeExpr
Peregrine/ast/ast.cpp:1210
Method
ReferenceType
Peregrine/ast/types.cpp:467
Method
ReturnStatement
Peregrine/ast/ast.cpp:746
Method
ScopeStatement
Peregrine/ast/ast.cpp:1064
Method
StaticStatement
Peregrine/ast/ast.cpp:890
Method
StringLiteral
Peregrine/ast/ast.cpp:59
Method
StringType
Peregrine/ast/types.hpp:184
Method
SumType
Peregrine/ast/ast.cpp:1470
Method
SymbolTable
Peregrine/utils/symbolTable.hpp:23
Method
TernaryFor
Peregrine/ast/ast.cpp:1777
Method
TernaryIf
Peregrine/ast/ast.cpp:1368
Method
TryExcept
Peregrine/ast/ast.cpp:1383
Method
TurpleExpression
Peregrine/codegen/cpp/utils.cpp:414
Method
TurpleTypes
Peregrine/codegen/cpp/utils.cpp:405
Method
TypeChecker
Peregrine/analyzer/typeChecker.cpp:12
Method
TypeDefinition
Peregrine/ast/ast.cpp:1082
Method
TypeExpression
Peregrine/ast/ast.cpp:121
Method
TypeTuple
Peregrine/ast/ast.cpp:1432
Method
UnionLiteral
Peregrine/ast/ast.cpp:209
Method
UnionTypeDef
Peregrine/ast/types.cpp:840
Method
UserDefinedType
Peregrine/ast/types.cpp:588
Method
Validator
Peregrine/analyzer/ast_validate.cpp:23
Method
VarArgTypeExpr
Peregrine/ast/ast.cpp:1761
Method
VarKwargTypeExpr
Peregrine/ast/ast.cpp:1754
Method
VariableStatement
Peregrine/ast/ast.cpp:456
Method
VirtualStatement
Peregrine/ast/ast.cpp:941
Method
VoidType
Peregrine/ast/types.hpp:250
Method
WhileStatement
Peregrine/ast/ast.cpp:975
Method
WithStatement
Peregrine/ast/ast.cpp:1281
Method
____mem____P____P______end__
lib/string.hpp:104
Method
____mem____P____P______end__
lib/dictionary.hpp:52
Method
____mem____P____P______end__
lib/list.hpp:112
Method
____mem____P____P______iter__
lib/string.hpp:93
Method
____mem____P____P______iter__
lib/dictionary.hpp:41
Method
____mem____P____P______iter__
lib/list.hpp:101
Method
____mem____P____P______iterate__
lib/string.hpp:97
Method
____mem____P____P______iterate__
lib/dictionary.hpp:45
Method
____mem____P____P______iterate__
lib/list.hpp:105
Method
____mem____P____P______len__
TODO: str[1:5]
lib/string.hpp:90
Method
____mem____P____P______len__
TODO: list[1:5]
lib/list.hpp:98
Method
add_arg
Peregrine/linker/linker.cpp:248
Method
add_arg
Peregrine/clang/driver.cpp:352
Method
add_error
Peregrine/analyzer/typeChecker.cpp:36
Method
add_error
Peregrine/analyzer/ast_validate.cpp:966
Method
add_unknown
Peregrine/lexer/lexer.cpp:34
Method
advance
Peregrine/lexer/utils.cpp:3
Method
advance
Peregrine/parser/utils.cpp:7
Method
advance
Peregrine/cli/cli.cpp:32
Method
advanceOnNewLine
Peregrine/parser/utils.cpp:16
Method
append
TODO: __reverse__
lib/string.hpp:106
Method
auto_flavor
Peregrine/linker/linker.cpp:252
Method
boolean
Peregrine/ast/types.cpp:1087
Method
check
Peregrine/analyzer/typeChecker.cpp:64
Method
checkBody
Peregrine/analyzer/typeChecker.cpp:51
Method
checkargs
Peregrine/cli/cli.cpp:108
Method
clear
lib/string.hpp:141
Method
codegenFuncParams
Peregrine/codegen/cpp/codegen.cpp:94
Method
codegenFuncParams
Peregrine/codegen/js/codegen.cpp:62
Method
compile
Peregrine/clang/driver.cpp:356
Method
complete_it
Peregrine/lexer/lexer.cpp:150
Method
createEnv
Peregrine/analyzer/typeChecker.cpp:47
← previous
next →
201–300 of 461, ranked by callers