code-languages 1.9.1 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -1
- package/dist/api.cjs +249 -1
- package/dist/api.cjs.map +1 -1
- package/dist/api.d.cts +158 -0
- package/dist/api.d.ts +158 -0
- package/dist/api.js +249 -1
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +177 -1
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +177 -1
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +255 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +158 -0
- package/dist/index.d.ts +158 -0
- package/dist/index.js +256 -2
- package/dist/index.js.map +1 -1
- package/dist/languages/crystal.cjs +34 -0
- package/dist/languages/crystal.cjs.map +1 -0
- package/dist/languages/crystal.d.cts +29 -0
- package/dist/languages/crystal.d.ts +29 -0
- package/dist/languages/crystal.js +32 -0
- package/dist/languages/crystal.js.map +1 -0
- package/dist/languages/gradle.cjs +1 -1
- package/dist/languages/gradle.cjs.map +1 -1
- package/dist/languages/gradle.js +1 -1
- package/dist/languages/gradle.js.map +1 -1
- package/dist/languages/ini.cjs +32 -0
- package/dist/languages/ini.cjs.map +1 -0
- package/dist/languages/ini.d.cts +27 -0
- package/dist/languages/ini.d.ts +27 -0
- package/dist/languages/ini.js +30 -0
- package/dist/languages/ini.js.map +1 -0
- package/dist/languages/lisp.cjs +34 -0
- package/dist/languages/lisp.cjs.map +1 -0
- package/dist/languages/lisp.d.cts +29 -0
- package/dist/languages/lisp.d.ts +29 -0
- package/dist/languages/lisp.js +32 -0
- package/dist/languages/lisp.js.map +1 -0
- package/dist/languages/meson.cjs +34 -0
- package/dist/languages/meson.cjs.map +1 -0
- package/dist/languages/meson.d.cts +29 -0
- package/dist/languages/meson.d.ts +29 -0
- package/dist/languages/meson.js +32 -0
- package/dist/languages/meson.js.map +1 -0
- package/dist/languages/metal.cjs +33 -0
- package/dist/languages/metal.cjs.map +1 -0
- package/dist/languages/metal.d.cts +28 -0
- package/dist/languages/metal.d.ts +28 -0
- package/dist/languages/metal.js +31 -0
- package/dist/languages/metal.js.map +1 -0
- package/dist/languages/xaml.cjs +33 -0
- package/dist/languages/xaml.cjs.map +1 -0
- package/dist/languages/xaml.d.cts +28 -0
- package/dist/languages/xaml.d.ts +28 -0
- package/dist/languages/xaml.js +31 -0
- package/dist/languages/xaml.js.map +1 -0
- package/package.json +31 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/crystal.ts
|
|
4
|
+
var crystal = {
|
|
5
|
+
slug: "crystal",
|
|
6
|
+
publishedDate: "2014-06-18",
|
|
7
|
+
extensions: [".cr"],
|
|
8
|
+
author: "Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors",
|
|
9
|
+
website: "https://crystal-lang.org",
|
|
10
|
+
paradigms: ["object-oriented", "functional", "imperative", "concurrent"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Crystal"],
|
|
13
|
+
packageManagers: ["Shards"],
|
|
14
|
+
ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
|
|
15
|
+
},
|
|
16
|
+
version: "1.20.1",
|
|
17
|
+
logo: "https://cdn.simpleicons.org/crystal/000000",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Crystal",
|
|
21
|
+
description: "A compiled, statically typed language with Ruby-inspired syntax and native performance.",
|
|
22
|
+
longDescription: "Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\n\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Crystal",
|
|
26
|
+
description: "Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.",
|
|
27
|
+
longDescription: "Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\n\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.crystal = crystal;
|
|
33
|
+
//# sourceMappingURL=crystal.cjs.map
|
|
34
|
+
//# sourceMappingURL=crystal.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/crystal.ts"],"names":[],"mappings":";;;AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,uEAAA;AAAA,EACR,OAAA,EAAS,0BAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,YAAY,CAAA;AAAA,EACvE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAS,CAAA;AAAA,IACpB,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,UAAA,EAAY,CAAC,KAAA,EAAO,KAAA,EAAO,WAAW,qBAAqB;AAAA,GAC7D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,4CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,mGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"crystal.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const crystal = {\n slug: \"crystal\",\n publishedDate: \"2014-06-18\",\n extensions: [\".cr\"],\n author: \"Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors\",\n website: \"https://crystal-lang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"concurrent\"],\n tooling: {\n runtimes: [\"Crystal\"],\n packageManagers: [\"Shards\"],\n ecosystems: [\"Web\", \"CLI\", \"Systems\", \"Native Applications\"],\n },\n version: \"1.20.1\",\n logo: \"https://cdn.simpleicons.org/crystal/000000\",\n i18n: {\n en: {\n name: \"Crystal\",\n description:\n \"A compiled, statically typed language with Ruby-inspired syntax and native performance.\",\n longDescription:\n \"Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\\n\\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain.\",\n },\n es: {\n name: \"Crystal\",\n description:\n \"Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.\",\n longDescription:\n \"Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\\n\\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const crystal: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { crystal };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const crystal: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { crystal };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/crystal.ts
|
|
2
|
+
var crystal = {
|
|
3
|
+
slug: "crystal",
|
|
4
|
+
publishedDate: "2014-06-18",
|
|
5
|
+
extensions: [".cr"],
|
|
6
|
+
author: "Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors",
|
|
7
|
+
website: "https://crystal-lang.org",
|
|
8
|
+
paradigms: ["object-oriented", "functional", "imperative", "concurrent"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Crystal"],
|
|
11
|
+
packageManagers: ["Shards"],
|
|
12
|
+
ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
|
|
13
|
+
},
|
|
14
|
+
version: "1.20.1",
|
|
15
|
+
logo: "https://cdn.simpleicons.org/crystal/000000",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Crystal",
|
|
19
|
+
description: "A compiled, statically typed language with Ruby-inspired syntax and native performance.",
|
|
20
|
+
longDescription: "Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\n\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Crystal",
|
|
24
|
+
description: "Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.",
|
|
25
|
+
longDescription: "Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\n\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { crystal };
|
|
31
|
+
//# sourceMappingURL=crystal.js.map
|
|
32
|
+
//# sourceMappingURL=crystal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/crystal.ts"],"names":[],"mappings":";AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,uEAAA;AAAA,EACR,OAAA,EAAS,0BAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,YAAY,CAAA;AAAA,EACvE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAS,CAAA;AAAA,IACpB,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,UAAA,EAAY,CAAC,KAAA,EAAO,KAAA,EAAO,WAAW,qBAAqB;AAAA,GAC7D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,4CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,mGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"crystal.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const crystal = {\n slug: \"crystal\",\n publishedDate: \"2014-06-18\",\n extensions: [\".cr\"],\n author: \"Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors\",\n website: \"https://crystal-lang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"concurrent\"],\n tooling: {\n runtimes: [\"Crystal\"],\n packageManagers: [\"Shards\"],\n ecosystems: [\"Web\", \"CLI\", \"Systems\", \"Native Applications\"],\n },\n version: \"1.20.1\",\n logo: \"https://cdn.simpleicons.org/crystal/000000\",\n i18n: {\n en: {\n name: \"Crystal\",\n description:\n \"A compiled, statically typed language with Ruby-inspired syntax and native performance.\",\n longDescription:\n \"Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\\n\\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain.\",\n },\n es: {\n name: \"Crystal\",\n description:\n \"Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.\",\n longDescription:\n \"Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\\n\\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/languages/gradle.ts"],"names":[],"mappings":";;;AAEO,IAAM,MAAA,GAAS;AAAA,EACpB,IAAA,EAAM,QAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,SAAA,EAAW,aAAa,CAAA;AAAA,EACrC,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,oBAAA;AAAA,EACT,SAAA,EAAW,CAAC,kBAAA,EAAoB,aAAA,EAAe,cAAc,eAAe,CAAA;AAAA,EAC5E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,KAAA,EAAO,QAAQ,CAAA;AAAA,IAC1B,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,YAAY,CAAC,KAAA,EAAO,SAAA,EAAW,MAAA,EAAQ,UAAU,QAAQ;AAAA,GAC3D;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,qFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,oGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"gradle.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const gradle = {\n slug: \"gradle\",\n publishedDate: \"2007-07-01\",\n extensions: [\".gradle\", \".gradle.kts\"],\n author: \"Hans Dockter / Gradle Inc.\",\n website: \"https://gradle.org\",\n paradigms: [\"build-automation\", \"declarative\", \"imperative\", \"configuration\"],\n tooling: {\n runtimes: [\"JVM\", \"Gradle\"],\n packageManagers: [\"Gradle\"],\n ecosystems: [\"JVM\", \"Android\", \"Java\", \"Kotlin\", \"Groovy\"],\n },\n version: \"9.5.
|
|
1
|
+
{"version":3,"sources":["../../src/languages/gradle.ts"],"names":[],"mappings":";;;AAEO,IAAM,MAAA,GAAS;AAAA,EACpB,IAAA,EAAM,QAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,SAAA,EAAW,aAAa,CAAA;AAAA,EACrC,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,oBAAA;AAAA,EACT,SAAA,EAAW,CAAC,kBAAA,EAAoB,aAAA,EAAe,cAAc,eAAe,CAAA;AAAA,EAC5E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,KAAA,EAAO,QAAQ,CAAA;AAAA,IAC1B,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,YAAY,CAAC,KAAA,EAAO,SAAA,EAAW,MAAA,EAAQ,UAAU,QAAQ;AAAA,GAC3D;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,qFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,oGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"gradle.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const gradle = {\n slug: \"gradle\",\n publishedDate: \"2007-07-01\",\n extensions: [\".gradle\", \".gradle.kts\"],\n author: \"Hans Dockter / Gradle Inc.\",\n website: \"https://gradle.org\",\n paradigms: [\"build-automation\", \"declarative\", \"imperative\", \"configuration\"],\n tooling: {\n runtimes: [\"JVM\", \"Gradle\"],\n packageManagers: [\"Gradle\"],\n ecosystems: [\"JVM\", \"Android\", \"Java\", \"Kotlin\", \"Groovy\"],\n },\n version: \"9.5.1\",\n logo: \"https://cdn.simpleicons.org/gradle/02303A\",\n i18n: {\n en: {\n name: \"Gradle\",\n description:\n \"A build automation DSL and tool used to define, configure, and run software builds.\",\n longDescription:\n \"Gradle build scripts define projects, plugins, dependencies, repositories, tasks, test suites, publishing rules, and multi-project build logic using Groovy DSL or Kotlin DSL files.\\n\\nIt is widely used in Java, Kotlin, Android, JVM, and polyglot projects that need reproducible builds, dependency management, custom automation, and integration with CI/CD pipelines.\",\n },\n es: {\n name: \"Gradle\",\n description:\n \"Un DSL y herramienta de automatizacion de builds usado para definir, configurar y ejecutar builds.\",\n longDescription:\n \"Los scripts de build de Gradle definen proyectos, plugins, dependencias, repositorios, tareas, suites de prueba, reglas de publicacion y logica de builds multiproyecto usando archivos Groovy DSL o Kotlin DSL.\\n\\nSe usa ampliamente en proyectos Java, Kotlin, Android, JVM y poliglotas que necesitan builds reproducibles, gestion de dependencias, automatizacion personalizada e integracion con pipelines CI/CD.\",\n },\n },\n} satisfies Language;\n"]}
|
package/dist/languages/gradle.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/languages/gradle.ts"],"names":[],"mappings":";AAEO,IAAM,MAAA,GAAS;AAAA,EACpB,IAAA,EAAM,QAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,SAAA,EAAW,aAAa,CAAA;AAAA,EACrC,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,oBAAA;AAAA,EACT,SAAA,EAAW,CAAC,kBAAA,EAAoB,aAAA,EAAe,cAAc,eAAe,CAAA;AAAA,EAC5E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,KAAA,EAAO,QAAQ,CAAA;AAAA,IAC1B,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,YAAY,CAAC,KAAA,EAAO,SAAA,EAAW,MAAA,EAAQ,UAAU,QAAQ;AAAA,GAC3D;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,qFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,oGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"gradle.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const gradle = {\n slug: \"gradle\",\n publishedDate: \"2007-07-01\",\n extensions: [\".gradle\", \".gradle.kts\"],\n author: \"Hans Dockter / Gradle Inc.\",\n website: \"https://gradle.org\",\n paradigms: [\"build-automation\", \"declarative\", \"imperative\", \"configuration\"],\n tooling: {\n runtimes: [\"JVM\", \"Gradle\"],\n packageManagers: [\"Gradle\"],\n ecosystems: [\"JVM\", \"Android\", \"Java\", \"Kotlin\", \"Groovy\"],\n },\n version: \"9.5.
|
|
1
|
+
{"version":3,"sources":["../../src/languages/gradle.ts"],"names":[],"mappings":";AAEO,IAAM,MAAA,GAAS;AAAA,EACpB,IAAA,EAAM,QAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,SAAA,EAAW,aAAa,CAAA;AAAA,EACrC,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,oBAAA;AAAA,EACT,SAAA,EAAW,CAAC,kBAAA,EAAoB,aAAA,EAAe,cAAc,eAAe,CAAA;AAAA,EAC5E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,KAAA,EAAO,QAAQ,CAAA;AAAA,IAC1B,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,YAAY,CAAC,KAAA,EAAO,SAAA,EAAW,MAAA,EAAQ,UAAU,QAAQ;AAAA,GAC3D;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,qFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,QAAA;AAAA,MACN,WAAA,EACE,oGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"gradle.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const gradle = {\n slug: \"gradle\",\n publishedDate: \"2007-07-01\",\n extensions: [\".gradle\", \".gradle.kts\"],\n author: \"Hans Dockter / Gradle Inc.\",\n website: \"https://gradle.org\",\n paradigms: [\"build-automation\", \"declarative\", \"imperative\", \"configuration\"],\n tooling: {\n runtimes: [\"JVM\", \"Gradle\"],\n packageManagers: [\"Gradle\"],\n ecosystems: [\"JVM\", \"Android\", \"Java\", \"Kotlin\", \"Groovy\"],\n },\n version: \"9.5.1\",\n logo: \"https://cdn.simpleicons.org/gradle/02303A\",\n i18n: {\n en: {\n name: \"Gradle\",\n description:\n \"A build automation DSL and tool used to define, configure, and run software builds.\",\n longDescription:\n \"Gradle build scripts define projects, plugins, dependencies, repositories, tasks, test suites, publishing rules, and multi-project build logic using Groovy DSL or Kotlin DSL files.\\n\\nIt is widely used in Java, Kotlin, Android, JVM, and polyglot projects that need reproducible builds, dependency management, custom automation, and integration with CI/CD pipelines.\",\n },\n es: {\n name: \"Gradle\",\n description:\n \"Un DSL y herramienta de automatizacion de builds usado para definir, configurar y ejecutar builds.\",\n longDescription:\n \"Los scripts de build de Gradle definen proyectos, plugins, dependencias, repositorios, tareas, suites de prueba, reglas de publicacion y logica de builds multiproyecto usando archivos Groovy DSL o Kotlin DSL.\\n\\nSe usa ampliamente en proyectos Java, Kotlin, Android, JVM y poliglotas que necesitan builds reproducibles, gestion de dependencias, automatizacion personalizada e integracion con pipelines CI/CD.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/ini.ts
|
|
4
|
+
var ini = {
|
|
5
|
+
slug: "ini",
|
|
6
|
+
publishedDate: "1985-01-01",
|
|
7
|
+
extensions: [".ini"],
|
|
8
|
+
author: "Microsoft / community conventions",
|
|
9
|
+
website: "https://en.wikipedia.org/wiki/INI_file",
|
|
10
|
+
paradigms: ["configuration", "declarative", "key-value"],
|
|
11
|
+
tooling: {
|
|
12
|
+
ecosystems: ["Windows", "Configuration", "Desktop Applications", "Legacy Systems"]
|
|
13
|
+
},
|
|
14
|
+
version: "Informal format",
|
|
15
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Configure.svg",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "INI",
|
|
19
|
+
description: "A simple section-based configuration format built around keys, values, and comments.",
|
|
20
|
+
longDescription: "INI files store configuration as sections with key-value pairs, usually with comments and implementation-specific parsing rules. The format is intentionally simple and has no single formal standard, so behavior can vary across parsers.\n\nINI-style files are common in Windows applications, legacy desktop software, game configuration, developer tools, and small projects that need readable configuration without a heavier serialization format."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "INI",
|
|
24
|
+
description: "Un formato simple de configuracion por secciones basado en claves, valores y comentarios.",
|
|
25
|
+
longDescription: "Los archivos INI guardan configuracion como secciones con pares clave-valor, normalmente con comentarios y reglas de parseo especificas de cada implementacion. El formato es intencionalmente simple y no tiene un estandar formal unico, por lo que el comportamiento puede variar entre parsers.\n\nLos archivos estilo INI son comunes en aplicaciones Windows, software de escritorio legacy, configuracion de juegos, herramientas de desarrollo y proyectos pequenos que necesitan configuracion legible sin un formato de serializacion mas pesado."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
exports.ini = ini;
|
|
31
|
+
//# sourceMappingURL=ini.cjs.map
|
|
32
|
+
//# sourceMappingURL=ini.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/ini.ts"],"names":[],"mappings":";;;AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAM,CAAA;AAAA,EACnB,MAAA,EAAQ,mCAAA;AAAA,EACR,OAAA,EAAS,wCAAA;AAAA,EACT,SAAA,EAAW,CAAC,eAAA,EAAiB,aAAA,EAAe,WAAW,CAAA;AAAA,EACvD,OAAA,EAAS;AAAA,IACP,UAAA,EAAY,CAAC,SAAA,EAAW,eAAA,EAAiB,wBAAwB,gBAAgB;AAAA,GACnF;AAAA,EACA,OAAA,EAAS,iBAAA;AAAA,EACT,IAAA,EAAM,mEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,2FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"ini.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const ini = {\n slug: \"ini\",\n publishedDate: \"1985-01-01\",\n extensions: [\".ini\"],\n author: \"Microsoft / community conventions\",\n website: \"https://en.wikipedia.org/wiki/INI_file\",\n paradigms: [\"configuration\", \"declarative\", \"key-value\"],\n tooling: {\n ecosystems: [\"Windows\", \"Configuration\", \"Desktop Applications\", \"Legacy Systems\"],\n },\n version: \"Informal format\",\n logo: \"https://commons.wikimedia.org/wiki/Special:FilePath/Configure.svg\",\n i18n: {\n en: {\n name: \"INI\",\n description:\n \"A simple section-based configuration format built around keys, values, and comments.\",\n longDescription:\n \"INI files store configuration as sections with key-value pairs, usually with comments and implementation-specific parsing rules. The format is intentionally simple and has no single formal standard, so behavior can vary across parsers.\\n\\nINI-style files are common in Windows applications, legacy desktop software, game configuration, developer tools, and small projects that need readable configuration without a heavier serialization format.\",\n },\n es: {\n name: \"INI\",\n description:\n \"Un formato simple de configuracion por secciones basado en claves, valores y comentarios.\",\n longDescription:\n \"Los archivos INI guardan configuracion como secciones con pares clave-valor, normalmente con comentarios y reglas de parseo especificas de cada implementacion. El formato es intencionalmente simple y no tiene un estandar formal unico, por lo que el comportamiento puede variar entre parsers.\\n\\nLos archivos estilo INI son comunes en aplicaciones Windows, software de escritorio legacy, configuracion de juegos, herramientas de desarrollo y proyectos pequenos que necesitan configuracion legible sin un formato de serializacion mas pesado.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const ini: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
ecosystems: string[];
|
|
10
|
+
};
|
|
11
|
+
version: string;
|
|
12
|
+
logo: string;
|
|
13
|
+
i18n: {
|
|
14
|
+
en: {
|
|
15
|
+
name: string;
|
|
16
|
+
description: string;
|
|
17
|
+
longDescription: string;
|
|
18
|
+
};
|
|
19
|
+
es: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
longDescription: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { ini };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const ini: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
ecosystems: string[];
|
|
10
|
+
};
|
|
11
|
+
version: string;
|
|
12
|
+
logo: string;
|
|
13
|
+
i18n: {
|
|
14
|
+
en: {
|
|
15
|
+
name: string;
|
|
16
|
+
description: string;
|
|
17
|
+
longDescription: string;
|
|
18
|
+
};
|
|
19
|
+
es: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
longDescription: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { ini };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/ini.ts
|
|
2
|
+
var ini = {
|
|
3
|
+
slug: "ini",
|
|
4
|
+
publishedDate: "1985-01-01",
|
|
5
|
+
extensions: [".ini"],
|
|
6
|
+
author: "Microsoft / community conventions",
|
|
7
|
+
website: "https://en.wikipedia.org/wiki/INI_file",
|
|
8
|
+
paradigms: ["configuration", "declarative", "key-value"],
|
|
9
|
+
tooling: {
|
|
10
|
+
ecosystems: ["Windows", "Configuration", "Desktop Applications", "Legacy Systems"]
|
|
11
|
+
},
|
|
12
|
+
version: "Informal format",
|
|
13
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Configure.svg",
|
|
14
|
+
i18n: {
|
|
15
|
+
en: {
|
|
16
|
+
name: "INI",
|
|
17
|
+
description: "A simple section-based configuration format built around keys, values, and comments.",
|
|
18
|
+
longDescription: "INI files store configuration as sections with key-value pairs, usually with comments and implementation-specific parsing rules. The format is intentionally simple and has no single formal standard, so behavior can vary across parsers.\n\nINI-style files are common in Windows applications, legacy desktop software, game configuration, developer tools, and small projects that need readable configuration without a heavier serialization format."
|
|
19
|
+
},
|
|
20
|
+
es: {
|
|
21
|
+
name: "INI",
|
|
22
|
+
description: "Un formato simple de configuracion por secciones basado en claves, valores y comentarios.",
|
|
23
|
+
longDescription: "Los archivos INI guardan configuracion como secciones con pares clave-valor, normalmente con comentarios y reglas de parseo especificas de cada implementacion. El formato es intencionalmente simple y no tiene un estandar formal unico, por lo que el comportamiento puede variar entre parsers.\n\nLos archivos estilo INI son comunes en aplicaciones Windows, software de escritorio legacy, configuracion de juegos, herramientas de desarrollo y proyectos pequenos que necesitan configuracion legible sin un formato de serializacion mas pesado."
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { ini };
|
|
29
|
+
//# sourceMappingURL=ini.js.map
|
|
30
|
+
//# sourceMappingURL=ini.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/ini.ts"],"names":[],"mappings":";AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAM,CAAA;AAAA,EACnB,MAAA,EAAQ,mCAAA;AAAA,EACR,OAAA,EAAS,wCAAA;AAAA,EACT,SAAA,EAAW,CAAC,eAAA,EAAiB,aAAA,EAAe,WAAW,CAAA;AAAA,EACvD,OAAA,EAAS;AAAA,IACP,UAAA,EAAY,CAAC,SAAA,EAAW,eAAA,EAAiB,wBAAwB,gBAAgB;AAAA,GACnF;AAAA,EACA,OAAA,EAAS,iBAAA;AAAA,EACT,IAAA,EAAM,mEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,2FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"ini.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const ini = {\n slug: \"ini\",\n publishedDate: \"1985-01-01\",\n extensions: [\".ini\"],\n author: \"Microsoft / community conventions\",\n website: \"https://en.wikipedia.org/wiki/INI_file\",\n paradigms: [\"configuration\", \"declarative\", \"key-value\"],\n tooling: {\n ecosystems: [\"Windows\", \"Configuration\", \"Desktop Applications\", \"Legacy Systems\"],\n },\n version: \"Informal format\",\n logo: \"https://commons.wikimedia.org/wiki/Special:FilePath/Configure.svg\",\n i18n: {\n en: {\n name: \"INI\",\n description:\n \"A simple section-based configuration format built around keys, values, and comments.\",\n longDescription:\n \"INI files store configuration as sections with key-value pairs, usually with comments and implementation-specific parsing rules. The format is intentionally simple and has no single formal standard, so behavior can vary across parsers.\\n\\nINI-style files are common in Windows applications, legacy desktop software, game configuration, developer tools, and small projects that need readable configuration without a heavier serialization format.\",\n },\n es: {\n name: \"INI\",\n description:\n \"Un formato simple de configuracion por secciones basado en claves, valores y comentarios.\",\n longDescription:\n \"Los archivos INI guardan configuracion como secciones con pares clave-valor, normalmente con comentarios y reglas de parseo especificas de cada implementacion. El formato es intencionalmente simple y no tiene un estandar formal unico, por lo que el comportamiento puede variar entre parsers.\\n\\nLos archivos estilo INI son comunes en aplicaciones Windows, software de escritorio legacy, configuracion de juegos, herramientas de desarrollo y proyectos pequenos que necesitan configuracion legible sin un formato de serializacion mas pesado.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/lisp.ts
|
|
4
|
+
var lisp = {
|
|
5
|
+
slug: "lisp",
|
|
6
|
+
publishedDate: "1958-01-01",
|
|
7
|
+
extensions: [".lisp", ".lsp", ".cl", ".asd"],
|
|
8
|
+
author: "John McCarthy / ANSI X3J13",
|
|
9
|
+
website: "https://common-lisp.net",
|
|
10
|
+
paradigms: ["functional", "symbolic", "object-oriented", "metaprogramming", "dynamic"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["SBCL", "CCL", "ECL", "CLISP", "LispWorks", "Allegro CL"],
|
|
13
|
+
packageManagers: ["Quicklisp", "ASDF"],
|
|
14
|
+
ecosystems: ["Common Lisp", "AI", "Symbolic Computing", "Research", "CLI"]
|
|
15
|
+
},
|
|
16
|
+
version: "ANSI INCITS 226-1994",
|
|
17
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Lisp_logo.svg",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Lisp",
|
|
21
|
+
description: "A family of programmable, expression-oriented languages best known through Common Lisp.",
|
|
22
|
+
longDescription: "Lisp is one of the oldest high-level programming language families, built around symbolic expressions, lists, macros, interactive development, dynamic typing, and programmable language syntax. This entry focuses on Common Lisp source files and systems.\n\nCommon Lisp is used for symbolic computation, AI research, compilers, DSLs, expert systems, automation, long-lived server applications, developer tools, and exploratory programming where macros and interactive workflows are central."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Lisp",
|
|
26
|
+
description: "Una familia de lenguajes expresivos y programables, conocida especialmente por Common Lisp.",
|
|
27
|
+
longDescription: "Lisp es una de las familias de lenguajes de alto nivel mas antiguas, basada en expresiones simbolicas, listas, macros, desarrollo interactivo, tipado dinamico y sintaxis programable. Esta entrada se enfoca en archivos fuente y sistemas de Common Lisp.\n\nCommon Lisp se usa en computacion simbolica, investigacion de IA, compiladores, DSLs, sistemas expertos, automatizacion, aplicaciones de servidor longevas, herramientas de desarrollo y programacion exploratoria donde las macros y los flujos interactivos son centrales."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.lisp = lisp;
|
|
33
|
+
//# sourceMappingURL=lisp.cjs.map
|
|
34
|
+
//# sourceMappingURL=lisp.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/lisp.ts"],"names":[],"mappings":";;;AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAA,EAAS,MAAA,EAAQ,OAAO,MAAM,CAAA;AAAA,EAC3C,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,yBAAA;AAAA,EACT,WAAW,CAAC,YAAA,EAAc,UAAA,EAAY,iBAAA,EAAmB,mBAAmB,SAAS,CAAA;AAAA,EACrF,OAAA,EAAS;AAAA,IACP,UAAU,CAAC,MAAA,EAAQ,OAAO,KAAA,EAAO,OAAA,EAAS,aAAa,YAAY,CAAA;AAAA,IACnE,eAAA,EAAiB,CAAC,WAAA,EAAa,MAAM,CAAA;AAAA,IACrC,YAAY,CAAC,aAAA,EAAe,IAAA,EAAM,oBAAA,EAAsB,YAAY,KAAK;AAAA,GAC3E;AAAA,EACA,OAAA,EAAS,sBAAA;AAAA,EACT,IAAA,EAAM,mEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,6FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"lisp.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const lisp = {\n slug: \"lisp\",\n publishedDate: \"1958-01-01\",\n extensions: [\".lisp\", \".lsp\", \".cl\", \".asd\"],\n author: \"John McCarthy / ANSI X3J13\",\n website: \"https://common-lisp.net\",\n paradigms: [\"functional\", \"symbolic\", \"object-oriented\", \"metaprogramming\", \"dynamic\"],\n tooling: {\n runtimes: [\"SBCL\", \"CCL\", \"ECL\", \"CLISP\", \"LispWorks\", \"Allegro CL\"],\n packageManagers: [\"Quicklisp\", \"ASDF\"],\n ecosystems: [\"Common Lisp\", \"AI\", \"Symbolic Computing\", \"Research\", \"CLI\"],\n },\n version: \"ANSI INCITS 226-1994\",\n logo: \"https://commons.wikimedia.org/wiki/Special:FilePath/Lisp_logo.svg\",\n i18n: {\n en: {\n name: \"Lisp\",\n description:\n \"A family of programmable, expression-oriented languages best known through Common Lisp.\",\n longDescription:\n \"Lisp is one of the oldest high-level programming language families, built around symbolic expressions, lists, macros, interactive development, dynamic typing, and programmable language syntax. This entry focuses on Common Lisp source files and systems.\\n\\nCommon Lisp is used for symbolic computation, AI research, compilers, DSLs, expert systems, automation, long-lived server applications, developer tools, and exploratory programming where macros and interactive workflows are central.\",\n },\n es: {\n name: \"Lisp\",\n description:\n \"Una familia de lenguajes expresivos y programables, conocida especialmente por Common Lisp.\",\n longDescription:\n \"Lisp es una de las familias de lenguajes de alto nivel mas antiguas, basada en expresiones simbolicas, listas, macros, desarrollo interactivo, tipado dinamico y sintaxis programable. Esta entrada se enfoca en archivos fuente y sistemas de Common Lisp.\\n\\nCommon Lisp se usa en computacion simbolica, investigacion de IA, compiladores, DSLs, sistemas expertos, automatizacion, aplicaciones de servidor longevas, herramientas de desarrollo y programacion exploratoria donde las macros y los flujos interactivos son centrales.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const lisp: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { lisp };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const lisp: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { lisp };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/lisp.ts
|
|
2
|
+
var lisp = {
|
|
3
|
+
slug: "lisp",
|
|
4
|
+
publishedDate: "1958-01-01",
|
|
5
|
+
extensions: [".lisp", ".lsp", ".cl", ".asd"],
|
|
6
|
+
author: "John McCarthy / ANSI X3J13",
|
|
7
|
+
website: "https://common-lisp.net",
|
|
8
|
+
paradigms: ["functional", "symbolic", "object-oriented", "metaprogramming", "dynamic"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["SBCL", "CCL", "ECL", "CLISP", "LispWorks", "Allegro CL"],
|
|
11
|
+
packageManagers: ["Quicklisp", "ASDF"],
|
|
12
|
+
ecosystems: ["Common Lisp", "AI", "Symbolic Computing", "Research", "CLI"]
|
|
13
|
+
},
|
|
14
|
+
version: "ANSI INCITS 226-1994",
|
|
15
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Lisp_logo.svg",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Lisp",
|
|
19
|
+
description: "A family of programmable, expression-oriented languages best known through Common Lisp.",
|
|
20
|
+
longDescription: "Lisp is one of the oldest high-level programming language families, built around symbolic expressions, lists, macros, interactive development, dynamic typing, and programmable language syntax. This entry focuses on Common Lisp source files and systems.\n\nCommon Lisp is used for symbolic computation, AI research, compilers, DSLs, expert systems, automation, long-lived server applications, developer tools, and exploratory programming where macros and interactive workflows are central."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Lisp",
|
|
24
|
+
description: "Una familia de lenguajes expresivos y programables, conocida especialmente por Common Lisp.",
|
|
25
|
+
longDescription: "Lisp es una de las familias de lenguajes de alto nivel mas antiguas, basada en expresiones simbolicas, listas, macros, desarrollo interactivo, tipado dinamico y sintaxis programable. Esta entrada se enfoca en archivos fuente y sistemas de Common Lisp.\n\nCommon Lisp se usa en computacion simbolica, investigacion de IA, compiladores, DSLs, sistemas expertos, automatizacion, aplicaciones de servidor longevas, herramientas de desarrollo y programacion exploratoria donde las macros y los flujos interactivos son centrales."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { lisp };
|
|
31
|
+
//# sourceMappingURL=lisp.js.map
|
|
32
|
+
//# sourceMappingURL=lisp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/lisp.ts"],"names":[],"mappings":";AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAA,EAAS,MAAA,EAAQ,OAAO,MAAM,CAAA;AAAA,EAC3C,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,yBAAA;AAAA,EACT,WAAW,CAAC,YAAA,EAAc,UAAA,EAAY,iBAAA,EAAmB,mBAAmB,SAAS,CAAA;AAAA,EACrF,OAAA,EAAS;AAAA,IACP,UAAU,CAAC,MAAA,EAAQ,OAAO,KAAA,EAAO,OAAA,EAAS,aAAa,YAAY,CAAA;AAAA,IACnE,eAAA,EAAiB,CAAC,WAAA,EAAa,MAAM,CAAA;AAAA,IACrC,YAAY,CAAC,aAAA,EAAe,IAAA,EAAM,oBAAA,EAAsB,YAAY,KAAK;AAAA,GAC3E;AAAA,EACA,OAAA,EAAS,sBAAA;AAAA,EACT,IAAA,EAAM,mEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,6FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"lisp.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const lisp = {\n slug: \"lisp\",\n publishedDate: \"1958-01-01\",\n extensions: [\".lisp\", \".lsp\", \".cl\", \".asd\"],\n author: \"John McCarthy / ANSI X3J13\",\n website: \"https://common-lisp.net\",\n paradigms: [\"functional\", \"symbolic\", \"object-oriented\", \"metaprogramming\", \"dynamic\"],\n tooling: {\n runtimes: [\"SBCL\", \"CCL\", \"ECL\", \"CLISP\", \"LispWorks\", \"Allegro CL\"],\n packageManagers: [\"Quicklisp\", \"ASDF\"],\n ecosystems: [\"Common Lisp\", \"AI\", \"Symbolic Computing\", \"Research\", \"CLI\"],\n },\n version: \"ANSI INCITS 226-1994\",\n logo: \"https://commons.wikimedia.org/wiki/Special:FilePath/Lisp_logo.svg\",\n i18n: {\n en: {\n name: \"Lisp\",\n description:\n \"A family of programmable, expression-oriented languages best known through Common Lisp.\",\n longDescription:\n \"Lisp is one of the oldest high-level programming language families, built around symbolic expressions, lists, macros, interactive development, dynamic typing, and programmable language syntax. This entry focuses on Common Lisp source files and systems.\\n\\nCommon Lisp is used for symbolic computation, AI research, compilers, DSLs, expert systems, automation, long-lived server applications, developer tools, and exploratory programming where macros and interactive workflows are central.\",\n },\n es: {\n name: \"Lisp\",\n description:\n \"Una familia de lenguajes expresivos y programables, conocida especialmente por Common Lisp.\",\n longDescription:\n \"Lisp es una de las familias de lenguajes de alto nivel mas antiguas, basada en expresiones simbolicas, listas, macros, desarrollo interactivo, tipado dinamico y sintaxis programable. Esta entrada se enfoca en archivos fuente y sistemas de Common Lisp.\\n\\nCommon Lisp se usa en computacion simbolica, investigacion de IA, compiladores, DSLs, sistemas expertos, automatizacion, aplicaciones de servidor longevas, herramientas de desarrollo y programacion exploratoria donde las macros y los flujos interactivos son centrales.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/meson.ts
|
|
4
|
+
var meson = {
|
|
5
|
+
slug: "meson",
|
|
6
|
+
publishedDate: "2013-01-01",
|
|
7
|
+
extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"],
|
|
8
|
+
author: "Jussi Pakkanen / Meson contributors",
|
|
9
|
+
website: "https://mesonbuild.com",
|
|
10
|
+
paradigms: ["build-automation", "declarative", "configuration", "domain-specific"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Meson"],
|
|
13
|
+
packageManagers: ["WrapDB"],
|
|
14
|
+
ecosystems: ["C", "C++", "GNOME", "Linux", "Cross-platform Builds"]
|
|
15
|
+
},
|
|
16
|
+
version: "1.11.1",
|
|
17
|
+
logo: "https://raw.githubusercontent.com/mesonbuild/meson/master/graphics/meson_logo.svg",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Meson",
|
|
21
|
+
description: "A fast, user-friendly build system DSL used to describe cross-platform native builds.",
|
|
22
|
+
longDescription: "Meson build files describe projects, targets, dependencies, compiler options, tests, install rules, subprojects, and cross-compilation settings using a readable non-Turing-complete DSL.\n\nIt is commonly used with Ninja for C, C++, C#, D, Fortran, Java, Rust, GNOME, Linux desktop, system software, native libraries, and projects that need fast incremental builds with clear build definitions."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Meson",
|
|
26
|
+
description: "Un DSL de build rapido y amigable usado para describir builds nativos multiplataforma.",
|
|
27
|
+
longDescription: "Los archivos Meson describen proyectos, targets, dependencias, opciones de compilador, tests, reglas de instalacion, subproyectos y configuracion de cross-compilation usando un DSL legible y no Turing-completo.\n\nSe usa comunmente con Ninja para C, C++, C#, D, Fortran, Java, Rust, GNOME, escritorio Linux, software de sistema, librerias nativas y proyectos que necesitan builds incrementales rapidos con definiciones claras."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.meson = meson;
|
|
33
|
+
//# sourceMappingURL=meson.cjs.map
|
|
34
|
+
//# sourceMappingURL=meson.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/meson.ts"],"names":[],"mappings":";;;AAEO,IAAM,KAAA,GAAQ;AAAA,EACnB,IAAA,EAAM,OAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,aAAA,EAAe,mBAAA,EAAqB,iBAAiB,OAAO,CAAA;AAAA,EACzE,MAAA,EAAQ,qCAAA;AAAA,EACR,OAAA,EAAS,wBAAA;AAAA,EACT,SAAA,EAAW,CAAC,kBAAA,EAAoB,aAAA,EAAe,iBAAiB,iBAAiB,CAAA;AAAA,EACjF,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,OAAO,CAAA;AAAA,IAClB,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,YAAY,CAAC,GAAA,EAAK,KAAA,EAAO,OAAA,EAAS,SAAS,uBAAuB;AAAA,GACpE;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,mFAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EACE,uFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EACE,wFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"meson.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const meson = {\n slug: \"meson\",\n publishedDate: \"2013-01-01\",\n extensions: [\"meson.build\", \"meson_options.txt\", \"meson.options\", \".wrap\"],\n author: \"Jussi Pakkanen / Meson contributors\",\n website: \"https://mesonbuild.com\",\n paradigms: [\"build-automation\", \"declarative\", \"configuration\", \"domain-specific\"],\n tooling: {\n runtimes: [\"Meson\"],\n packageManagers: [\"WrapDB\"],\n ecosystems: [\"C\", \"C++\", \"GNOME\", \"Linux\", \"Cross-platform Builds\"],\n },\n version: \"1.11.1\",\n logo: \"https://raw.githubusercontent.com/mesonbuild/meson/master/graphics/meson_logo.svg\",\n i18n: {\n en: {\n name: \"Meson\",\n description:\n \"A fast, user-friendly build system DSL used to describe cross-platform native builds.\",\n longDescription:\n \"Meson build files describe projects, targets, dependencies, compiler options, tests, install rules, subprojects, and cross-compilation settings using a readable non-Turing-complete DSL.\\n\\nIt is commonly used with Ninja for C, C++, C#, D, Fortran, Java, Rust, GNOME, Linux desktop, system software, native libraries, and projects that need fast incremental builds with clear build definitions.\",\n },\n es: {\n name: \"Meson\",\n description:\n \"Un DSL de build rapido y amigable usado para describir builds nativos multiplataforma.\",\n longDescription:\n \"Los archivos Meson describen proyectos, targets, dependencias, opciones de compilador, tests, reglas de instalacion, subproyectos y configuracion de cross-compilation usando un DSL legible y no Turing-completo.\\n\\nSe usa comunmente con Ninja para C, C++, C#, D, Fortran, Java, Rust, GNOME, escritorio Linux, software de sistema, librerias nativas y proyectos que necesitan builds incrementales rapidos con definiciones claras.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const meson: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { meson };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const meson: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
packageManagers: string[];
|
|
11
|
+
ecosystems: string[];
|
|
12
|
+
};
|
|
13
|
+
version: string;
|
|
14
|
+
logo: string;
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { meson };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// src/languages/meson.ts
|
|
2
|
+
var meson = {
|
|
3
|
+
slug: "meson",
|
|
4
|
+
publishedDate: "2013-01-01",
|
|
5
|
+
extensions: ["meson.build", "meson_options.txt", "meson.options", ".wrap"],
|
|
6
|
+
author: "Jussi Pakkanen / Meson contributors",
|
|
7
|
+
website: "https://mesonbuild.com",
|
|
8
|
+
paradigms: ["build-automation", "declarative", "configuration", "domain-specific"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Meson"],
|
|
11
|
+
packageManagers: ["WrapDB"],
|
|
12
|
+
ecosystems: ["C", "C++", "GNOME", "Linux", "Cross-platform Builds"]
|
|
13
|
+
},
|
|
14
|
+
version: "1.11.1",
|
|
15
|
+
logo: "https://raw.githubusercontent.com/mesonbuild/meson/master/graphics/meson_logo.svg",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Meson",
|
|
19
|
+
description: "A fast, user-friendly build system DSL used to describe cross-platform native builds.",
|
|
20
|
+
longDescription: "Meson build files describe projects, targets, dependencies, compiler options, tests, install rules, subprojects, and cross-compilation settings using a readable non-Turing-complete DSL.\n\nIt is commonly used with Ninja for C, C++, C#, D, Fortran, Java, Rust, GNOME, Linux desktop, system software, native libraries, and projects that need fast incremental builds with clear build definitions."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Meson",
|
|
24
|
+
description: "Un DSL de build rapido y amigable usado para describir builds nativos multiplataforma.",
|
|
25
|
+
longDescription: "Los archivos Meson describen proyectos, targets, dependencias, opciones de compilador, tests, reglas de instalacion, subproyectos y configuracion de cross-compilation usando un DSL legible y no Turing-completo.\n\nSe usa comunmente con Ninja para C, C++, C#, D, Fortran, Java, Rust, GNOME, escritorio Linux, software de sistema, librerias nativas y proyectos que necesitan builds incrementales rapidos con definiciones claras."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { meson };
|
|
31
|
+
//# sourceMappingURL=meson.js.map
|
|
32
|
+
//# sourceMappingURL=meson.js.map
|