Table of Contents

Enum ProgrammingLanguage

Namespace
AiDotNet.Tokenization.CodeTokenization
Assembly
AiDotNet.dll

Programming languages supported by the code tokenizer.

public enum ProgrammingLanguage

Fields

C = 5
CSharp = 0
Cpp = 6
Generic = 10
Go = 7
Java = 2
JavaScript = 3
Python = 1
Rust = 8
SQL = 9
TypeScript = 4