code-languages 1.32.0 → 1.33.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 +27 -17
- package/dist/api.cjs +438 -16
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +438 -16
- package/dist/detect-slugs.cjs +10 -0
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +10 -0
- package/dist/detect.cjs +318 -16
- package/dist/detect.js +318 -16
- package/dist/index.cjs +448 -16
- package/dist/index.d.cts +273 -1
- package/dist/index.d.ts +273 -1
- package/dist/index.js +449 -17
- package/dist/{language-registry-BWMgasX6.d.cts → language-registry-CAI9lyyx.d.cts} +30 -0
- package/dist/{language-registry-BWMgasX6.d.ts → language-registry-CAI9lyyx.d.ts} +30 -0
- package/dist/languages/astro.cjs +1 -1
- package/dist/languages/astro.js +1 -1
- package/dist/languages/dart.cjs +1 -1
- package/dist/languages/dart.js +1 -1
- package/dist/languages/eiffel.cjs +1 -1
- package/dist/languages/eiffel.js +1 -1
- package/dist/languages/elixir.cjs +1 -1
- package/dist/languages/elixir.js +1 -1
- package/dist/languages/hocon.cjs +1 -1
- package/dist/languages/hocon.js +1 -1
- package/dist/languages/json5.cjs +1 -1
- package/dist/languages/json5.js +1 -1
- package/dist/languages/lobster.cjs +32 -0
- package/dist/languages/lobster.d.cts +29 -0
- package/dist/languages/lobster.d.ts +29 -0
- package/dist/languages/lobster.js +30 -0
- package/dist/languages/logo.cjs +32 -0
- package/dist/languages/logo.d.cts +29 -0
- package/dist/languages/logo.d.ts +29 -0
- package/dist/languages/logo.js +30 -0
- package/dist/languages/luau.cjs +1 -1
- package/dist/languages/luau.js +1 -1
- package/dist/languages/mercury.cjs +33 -0
- package/dist/languages/mercury.d.cts +30 -0
- package/dist/languages/mercury.d.ts +30 -0
- package/dist/languages/mercury.js +31 -0
- package/dist/languages/modula-2.cjs +32 -0
- package/dist/languages/modula-2.d.cts +29 -0
- package/dist/languages/modula-2.d.ts +29 -0
- package/dist/languages/modula-2.js +30 -0
- package/dist/languages/mustache.cjs +1 -1
- package/dist/languages/mustache.js +1 -1
- package/dist/languages/nickel.cjs +1 -1
- package/dist/languages/nickel.js +1 -1
- package/dist/languages/nunjucks.cjs +1 -1
- package/dist/languages/nunjucks.js +1 -1
- package/dist/languages/nushell.cjs +1 -1
- package/dist/languages/nushell.js +1 -1
- package/dist/languages/oberon.cjs +32 -0
- package/dist/languages/oberon.d.cts +29 -0
- package/dist/languages/oberon.d.ts +29 -0
- package/dist/languages/oberon.js +30 -0
- package/dist/languages/pl-i.cjs +32 -0
- package/dist/languages/pl-i.d.cts +29 -0
- package/dist/languages/pl-i.d.ts +29 -0
- package/dist/languages/pl-i.js +30 -0
- package/dist/languages/plantuml.cjs +1 -1
- package/dist/languages/plantuml.js +1 -1
- package/dist/languages/razor.cjs +1 -1
- package/dist/languages/razor.js +1 -1
- package/dist/languages/rebol.cjs +32 -0
- package/dist/languages/rebol.d.cts +29 -0
- package/dist/languages/rebol.d.ts +29 -0
- package/dist/languages/rebol.js +30 -0
- package/dist/languages/red.cjs +32 -0
- package/dist/languages/red.d.cts +29 -0
- package/dist/languages/red.d.ts +29 -0
- package/dist/languages/red.js +30 -0
- package/dist/languages/rego.cjs +1 -1
- package/dist/languages/rego.js +1 -1
- package/dist/languages/roc.cjs +33 -0
- package/dist/languages/roc.d.cts +30 -0
- package/dist/languages/roc.d.ts +30 -0
- package/dist/languages/roc.js +31 -0
- package/dist/languages/scala.cjs +1 -1
- package/dist/languages/scala.js +1 -1
- package/dist/languages/self.cjs +32 -0
- package/dist/languages/self.d.cts +29 -0
- package/dist/languages/self.d.ts +29 -0
- package/dist/languages/self.js +30 -0
- package/dist/languages/svelte.cjs +1 -1
- package/dist/languages/svelte.js +1 -1
- package/package.json +51 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/languages/mercury.ts
|
|
2
|
+
var mercury = {
|
|
3
|
+
slug: "mercury",
|
|
4
|
+
publishedDate: "1995-04-08",
|
|
5
|
+
extensions: [".m"],
|
|
6
|
+
author: "University of Melbourne",
|
|
7
|
+
website: "https://www.mercurylang.org",
|
|
8
|
+
paradigms: ["logic", "functional", "declarative"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Melbourne Mercury Compiler"],
|
|
11
|
+
packageManagers: ["mmc build tooling"],
|
|
12
|
+
ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
|
|
13
|
+
},
|
|
14
|
+
version: "22.01.8",
|
|
15
|
+
logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
|
|
16
|
+
color: "#0891B2",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "Mercury",
|
|
20
|
+
description: "A pure logic and functional language with strong static typing and determinism analysis.",
|
|
21
|
+
longDescription: "Mercury is a declarative programming language that combines logic programming with functional programming, strong static typing, modes, and determinism analysis. It aims to make logic programs more reliable and efficient for larger software.\n\nMercury is used in research, compiler work, and specialized systems where Prolog-like relations benefit from compile-time checks, explicit module structure, and predictable execution behavior."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "Mercury",
|
|
25
|
+
description: "Lenguaje logico y funcional puro con tipado estatico fuerte y analisis de determinismo.",
|
|
26
|
+
longDescription: "Mercury es un lenguaje declarativo que combina programacion logica y funcional con tipado estatico fuerte, modos y analisis de determinismo. Busca que programas de estilo logico sean mas fiables y eficientes en software grande.\n\nSe usa en investigacion, compiladores y sistemas especializados donde relaciones estilo Prolog se benefician de chequeos en compilacion, modulos explicitos y ejecucion predecible."
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export { mercury };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/modula-2.ts
|
|
4
|
+
var modula2 = {
|
|
5
|
+
slug: "modula-2",
|
|
6
|
+
publishedDate: "1978-01-01",
|
|
7
|
+
extensions: [".mod", ".def"],
|
|
8
|
+
author: "Niklaus Wirth",
|
|
9
|
+
website: "https://www.modula2.org",
|
|
10
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["GNU Modula-2", "ADW Modula-2", "Classic compilers"],
|
|
13
|
+
ecosystems: ["Systems Programming", "Education", "Language History"]
|
|
14
|
+
},
|
|
15
|
+
version: "ISO/IEC 10514-1:1996",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=M2",
|
|
17
|
+
color: "#2563EB",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Modula-2",
|
|
21
|
+
description: "A modular systems language from Niklaus Wirth with explicit interfaces and modules.",
|
|
22
|
+
longDescription: "Modula-2 was designed as a successor to Pascal for systems programming and teaching. It emphasizes separate compilation, explicit definition modules, strong typing, coroutines, and structured imperative programming.\n\nThe language influenced later modular languages and remains relevant in compiler history, embedded systems, and educational settings where clear module boundaries and small language design matter."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Modula-2",
|
|
26
|
+
description: "Lenguaje modular de sistemas de Niklaus Wirth con interfaces y modulos explicitos.",
|
|
27
|
+
longDescription: "Modula-2 fue disenado como sucesor de Pascal para sistemas y ensenanza. Enfatiza compilacion separada, modulos de definicion explicitos, tipado fuerte, corrutinas y programacion imperativa estructurada.\n\nInfluyo en lenguajes modulares posteriores y sigue siendo relevante en historia de compiladores, sistemas embebidos y contextos educativos."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.modula2 = modula2;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const modula2: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#2563EB";
|
|
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 { modula2 };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const modula2: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#2563EB";
|
|
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 { modula2 };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/modula-2.ts
|
|
2
|
+
var modula2 = {
|
|
3
|
+
slug: "modula-2",
|
|
4
|
+
publishedDate: "1978-01-01",
|
|
5
|
+
extensions: [".mod", ".def"],
|
|
6
|
+
author: "Niklaus Wirth",
|
|
7
|
+
website: "https://www.modula2.org",
|
|
8
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["GNU Modula-2", "ADW Modula-2", "Classic compilers"],
|
|
11
|
+
ecosystems: ["Systems Programming", "Education", "Language History"]
|
|
12
|
+
},
|
|
13
|
+
version: "ISO/IEC 10514-1:1996",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=M2",
|
|
15
|
+
color: "#2563EB",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Modula-2",
|
|
19
|
+
description: "A modular systems language from Niklaus Wirth with explicit interfaces and modules.",
|
|
20
|
+
longDescription: "Modula-2 was designed as a successor to Pascal for systems programming and teaching. It emphasizes separate compilation, explicit definition modules, strong typing, coroutines, and structured imperative programming.\n\nThe language influenced later modular languages and remains relevant in compiler history, embedded systems, and educational settings where clear module boundaries and small language design matter."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Modula-2",
|
|
24
|
+
description: "Lenguaje modular de sistemas de Niklaus Wirth con interfaces y modulos explicitos.",
|
|
25
|
+
longDescription: "Modula-2 fue disenado como sucesor de Pascal para sistemas y ensenanza. Enfatiza compilacion separada, modulos de definicion explicitos, tipado fuerte, corrutinas y programacion imperativa estructurada.\n\nInfluyo en lenguajes modulares posteriores y sigue siendo relevante en historia de compiladores, sistemas embebidos y contextos educativos."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { modula2 };
|
|
@@ -12,7 +12,7 @@ var mustache = {
|
|
|
12
12
|
ecosystems: ["Web", "Node.js", "Ruby", "Python", "Java", "Go"]
|
|
13
13
|
},
|
|
14
14
|
version: "1.0",
|
|
15
|
-
logo: "https://
|
|
15
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Mustache-js-logo.png",
|
|
16
16
|
color: "#974A01",
|
|
17
17
|
i18n: {
|
|
18
18
|
en: {
|
|
@@ -10,7 +10,7 @@ var mustache = {
|
|
|
10
10
|
ecosystems: ["Web", "Node.js", "Ruby", "Python", "Java", "Go"]
|
|
11
11
|
},
|
|
12
12
|
version: "1.0",
|
|
13
|
-
logo: "https://
|
|
13
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Mustache-js-logo.png",
|
|
14
14
|
color: "#974A01",
|
|
15
15
|
i18n: {
|
|
16
16
|
en: {
|
package/dist/languages/nickel.js
CHANGED
|
@@ -14,7 +14,7 @@ var nushell = {
|
|
|
14
14
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
15
15
|
},
|
|
16
16
|
version: "0.113.1",
|
|
17
|
-
logo: "https://
|
|
17
|
+
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
18
18
|
color: "#3AA675",
|
|
19
19
|
i18n: {
|
|
20
20
|
en: {
|
|
@@ -12,7 +12,7 @@ var nushell = {
|
|
|
12
12
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
13
13
|
},
|
|
14
14
|
version: "0.113.1",
|
|
15
|
-
logo: "https://
|
|
15
|
+
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
16
16
|
color: "#3AA675",
|
|
17
17
|
i18n: {
|
|
18
18
|
en: {
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/oberon.ts
|
|
4
|
+
var oberon = {
|
|
5
|
+
slug: "oberon",
|
|
6
|
+
publishedDate: "1987-01-01",
|
|
7
|
+
extensions: [".ob", ".mod"],
|
|
8
|
+
author: "Niklaus Wirth",
|
|
9
|
+
website: "https://people.inf.ethz.ch/wirth/Oberon/",
|
|
10
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Oberon System", "Oxford Oberon-2 compiler", "Classic compilers"],
|
|
13
|
+
ecosystems: ["Operating Systems", "Education", "Language Design"]
|
|
14
|
+
},
|
|
15
|
+
version: "Oberon-2",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Ob",
|
|
17
|
+
color: "#0F766E",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Oberon",
|
|
21
|
+
description: "A compact Pascal-family language with modules, type extension, and system roots.",
|
|
22
|
+
longDescription: "Oberon is a compact language and operating-system project created by Niklaus Wirth and Jurg Gutknecht. The language simplifies Modula-2 while adding type extension and a small, strongly typed module system.\n\nOberon is important in operating-system research, compiler construction, and teaching because it shows how a small language, compiler, and environment can form a coherent software system."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Oberon",
|
|
26
|
+
description: "Lenguaje compacto de la familia Pascal con modulos, extension de tipos y raices de sistema.",
|
|
27
|
+
longDescription: "Oberon es un lenguaje y proyecto de sistema operativo creado por Niklaus Wirth y Jurg Gutknecht. Simplifica Modula-2 y agrega extension de tipos junto con un sistema de modulos pequeno y fuertemente tipado.\n\nEs importante en investigacion de sistemas operativos, construccion de compiladores y ensenanza porque muestra como lenguaje, compilador y entorno pueden formar un sistema coherente."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.oberon = oberon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const oberon: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0F766E";
|
|
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 { oberon };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const oberon: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0F766E";
|
|
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 { oberon };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/oberon.ts
|
|
2
|
+
var oberon = {
|
|
3
|
+
slug: "oberon",
|
|
4
|
+
publishedDate: "1987-01-01",
|
|
5
|
+
extensions: [".ob", ".mod"],
|
|
6
|
+
author: "Niklaus Wirth",
|
|
7
|
+
website: "https://people.inf.ethz.ch/wirth/Oberon/",
|
|
8
|
+
paradigms: ["imperative", "procedural", "modular"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Oberon System", "Oxford Oberon-2 compiler", "Classic compilers"],
|
|
11
|
+
ecosystems: ["Operating Systems", "Education", "Language Design"]
|
|
12
|
+
},
|
|
13
|
+
version: "Oberon-2",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Ob",
|
|
15
|
+
color: "#0F766E",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Oberon",
|
|
19
|
+
description: "A compact Pascal-family language with modules, type extension, and system roots.",
|
|
20
|
+
longDescription: "Oberon is a compact language and operating-system project created by Niklaus Wirth and Jurg Gutknecht. The language simplifies Modula-2 while adding type extension and a small, strongly typed module system.\n\nOberon is important in operating-system research, compiler construction, and teaching because it shows how a small language, compiler, and environment can form a coherent software system."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Oberon",
|
|
24
|
+
description: "Lenguaje compacto de la familia Pascal con modulos, extension de tipos y raices de sistema.",
|
|
25
|
+
longDescription: "Oberon es un lenguaje y proyecto de sistema operativo creado por Niklaus Wirth y Jurg Gutknecht. Simplifica Modula-2 y agrega extension de tipos junto con un sistema de modulos pequeno y fuertemente tipado.\n\nEs importante en investigacion de sistemas operativos, construccion de compiladores y ensenanza porque muestra como lenguaje, compilador y entorno pueden formar un sistema coherente."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { oberon };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/pl-i.ts
|
|
4
|
+
var plI = {
|
|
5
|
+
slug: "pl-i",
|
|
6
|
+
publishedDate: "1964-01-01",
|
|
7
|
+
extensions: [".pli", ".pl1"],
|
|
8
|
+
author: "IBM",
|
|
9
|
+
website: "https://www.ibm.com/products/pli-compiler-aix",
|
|
10
|
+
paradigms: ["imperative", "procedural", "structured"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["IBM Enterprise PL/I", "Open PL/I compilers"],
|
|
13
|
+
ecosystems: ["Mainframe", "Enterprise", "Scientific Computing"]
|
|
14
|
+
},
|
|
15
|
+
version: "Enterprise PL/I 6.2",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/1F2937/ffffff.png&text=PL1",
|
|
17
|
+
color: "#1F2937",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "PL/I",
|
|
21
|
+
description: "An IBM language combining business, scientific, and systems programming features.",
|
|
22
|
+
longDescription: "PL/I was designed by IBM to cover business data processing, scientific computing, and systems programming in one language. It combines block structure, strong data-description facilities, exceptions, concurrency features, and rich numeric support.\n\nPL/I remains associated with mainframe and enterprise systems, where long-lived applications depend on its data handling, batch processing, and compatibility with IBM tooling."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "PL/I",
|
|
26
|
+
description: "Lenguaje de IBM que combina rasgos de programacion empresarial, cientifica y de sistemas.",
|
|
27
|
+
longDescription: "PL/I fue disenado por IBM para cubrir procesamiento empresarial, computacion cientifica y programacion de sistemas en un solo lenguaje. Combina estructura de bloques, descripciones de datos, excepciones, concurrencia y soporte numerico amplio.\n\nSigue asociado a mainframes y sistemas empresariales donde aplicaciones de larga vida dependen de su manejo de datos, procesos batch y herramientas IBM."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.plI = plI;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const plI: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#1F2937";
|
|
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 { plI };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const plI: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#1F2937";
|
|
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 { plI };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/pl-i.ts
|
|
2
|
+
var plI = {
|
|
3
|
+
slug: "pl-i",
|
|
4
|
+
publishedDate: "1964-01-01",
|
|
5
|
+
extensions: [".pli", ".pl1"],
|
|
6
|
+
author: "IBM",
|
|
7
|
+
website: "https://www.ibm.com/products/pli-compiler-aix",
|
|
8
|
+
paradigms: ["imperative", "procedural", "structured"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["IBM Enterprise PL/I", "Open PL/I compilers"],
|
|
11
|
+
ecosystems: ["Mainframe", "Enterprise", "Scientific Computing"]
|
|
12
|
+
},
|
|
13
|
+
version: "Enterprise PL/I 6.2",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/1F2937/ffffff.png&text=PL1",
|
|
15
|
+
color: "#1F2937",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "PL/I",
|
|
19
|
+
description: "An IBM language combining business, scientific, and systems programming features.",
|
|
20
|
+
longDescription: "PL/I was designed by IBM to cover business data processing, scientific computing, and systems programming in one language. It combines block structure, strong data-description facilities, exceptions, concurrency features, and rich numeric support.\n\nPL/I remains associated with mainframe and enterprise systems, where long-lived applications depend on its data handling, batch processing, and compatibility with IBM tooling."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "PL/I",
|
|
24
|
+
description: "Lenguaje de IBM que combina rasgos de programacion empresarial, cientifica y de sistemas.",
|
|
25
|
+
longDescription: "PL/I fue disenado por IBM para cubrir procesamiento empresarial, computacion cientifica y programacion de sistemas en un solo lenguaje. Combina estructura de bloques, descripciones de datos, excepciones, concurrencia y soporte numerico amplio.\n\nSigue asociado a mainframes y sistemas empresariales donde aplicaciones de larga vida dependen de su manejo de datos, procesos batch y herramientas IBM."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { plI };
|
|
@@ -13,7 +13,7 @@ var plantuml = {
|
|
|
13
13
|
packageManagers: ["Maven", "Gradle", "npm"],
|
|
14
14
|
ecosystems: ["UML", "Architecture", "Documentation", "Diagrams"]
|
|
15
15
|
},
|
|
16
|
-
version: "1.2026.
|
|
16
|
+
version: "1.2026.6",
|
|
17
17
|
logo: "https://plantuml.com/logo3.png",
|
|
18
18
|
color: "#FBB03B",
|
|
19
19
|
i18n: {
|
|
@@ -11,7 +11,7 @@ var plantuml = {
|
|
|
11
11
|
packageManagers: ["Maven", "Gradle", "npm"],
|
|
12
12
|
ecosystems: ["UML", "Architecture", "Documentation", "Diagrams"]
|
|
13
13
|
},
|
|
14
|
-
version: "1.2026.
|
|
14
|
+
version: "1.2026.6",
|
|
15
15
|
logo: "https://plantuml.com/logo3.png",
|
|
16
16
|
color: "#FBB03B",
|
|
17
17
|
i18n: {
|
package/dist/languages/razor.cjs
CHANGED
package/dist/languages/razor.js
CHANGED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/rebol.ts
|
|
4
|
+
var rebol = {
|
|
5
|
+
slug: "rebol",
|
|
6
|
+
publishedDate: "1997-01-01",
|
|
7
|
+
extensions: [".r", ".reb", ".rebol"],
|
|
8
|
+
author: "Carl Sassenrath",
|
|
9
|
+
website: "https://www.rebol.com",
|
|
10
|
+
paradigms: ["functional", "dataflow", "scripting"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["REBOL 2", "Rebol 3", "Ren-C"],
|
|
13
|
+
ecosystems: ["Scripting", "DSLs", "Network Tools"]
|
|
14
|
+
},
|
|
15
|
+
version: "Rebol 3",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=Re",
|
|
17
|
+
color: "#7C2D12",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Rebol",
|
|
21
|
+
description: "A compact messaging language built around code-as-data blocks and dialects.",
|
|
22
|
+
longDescription: "Rebol is a small language created around the idea of relative expressions, blocks as data, and domain-specific dialects. Its syntax makes structured data and executable code share one compact representation.\n\nRebol has been used for network utilities, GUIs, automation, lightweight data exchange, and DSL experiments. Its influence is visible in Red and other languages interested in homoiconic, message-oriented scripting."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Rebol",
|
|
26
|
+
description: "Lenguaje compacto de mensajeria basado en bloques de codigo como datos y dialectos.",
|
|
27
|
+
longDescription: "Rebol es un lenguaje pequeno creado alrededor de expresiones relativas, bloques como datos y dialectos especificos de dominio. Su sintaxis hace que datos estructurados y codigo ejecutable compartan una representacion compacta.\n\nSe ha usado en utilidades de red, GUIs, automatizacion, intercambio ligero de datos y experimentos de DSL. Su influencia se ve en Red y otros lenguajes de scripting homoiconico."
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.rebol = rebol;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const rebol: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#7C2D12";
|
|
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 { rebol };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const rebol: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#7C2D12";
|
|
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 { rebol };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// src/languages/rebol.ts
|
|
2
|
+
var rebol = {
|
|
3
|
+
slug: "rebol",
|
|
4
|
+
publishedDate: "1997-01-01",
|
|
5
|
+
extensions: [".r", ".reb", ".rebol"],
|
|
6
|
+
author: "Carl Sassenrath",
|
|
7
|
+
website: "https://www.rebol.com",
|
|
8
|
+
paradigms: ["functional", "dataflow", "scripting"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["REBOL 2", "Rebol 3", "Ren-C"],
|
|
11
|
+
ecosystems: ["Scripting", "DSLs", "Network Tools"]
|
|
12
|
+
},
|
|
13
|
+
version: "Rebol 3",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=Re",
|
|
15
|
+
color: "#7C2D12",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Rebol",
|
|
19
|
+
description: "A compact messaging language built around code-as-data blocks and dialects.",
|
|
20
|
+
longDescription: "Rebol is a small language created around the idea of relative expressions, blocks as data, and domain-specific dialects. Its syntax makes structured data and executable code share one compact representation.\n\nRebol has been used for network utilities, GUIs, automation, lightweight data exchange, and DSL experiments. Its influence is visible in Red and other languages interested in homoiconic, message-oriented scripting."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Rebol",
|
|
24
|
+
description: "Lenguaje compacto de mensajeria basado en bloques de codigo como datos y dialectos.",
|
|
25
|
+
longDescription: "Rebol es un lenguaje pequeno creado alrededor de expresiones relativas, bloques como datos y dialectos especificos de dominio. Su sintaxis hace que datos estructurados y codigo ejecutable compartan una representacion compacta.\n\nSe ha usado en utilidades de red, GUIs, automatizacion, intercambio ligero de datos y experimentos de DSL. Su influencia se ve en Red y otros lenguajes de scripting homoiconico."
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { rebol };
|