Skip to content

Commit be96f72

Browse files
committedApr 18, 2024·
remove implementation, add scripting-languages
1 parent 5b56d6e commit be96f72

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed
 

‎docs/0index/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ A total of **19** topics, and a total of **373** notes (may not be accurate for
245245
- [Functional Languages](programming-language-theory/functional-languages)
246246
- [Logic Languages](programming-language-theory/logic-languages)
247247
- [Concurrency](programming-language-theory/concurrency)
248-
- [Implementation](programming-language-theory/implementation)
248+
- [Scripting Languages](programming-language-theory/scripting-languages)
249249
10. [Compilers](/compilers) (**0** subtopics)
250250
- Compiliation Process
251251
1. preprocessing,

‎docs/programming-language-theory/14-implementation/implementation.md

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
slug: /programming-language-theory/scripting-languages
3+
id: scripting-languages
4+
title: Scripting Languages
5+
description: Scripting Languages
6+
---
7+
8+
**Main Source :**
9+
10+
- []
11+
12+
Scripting Languages page

‎docs/programming-language-theory/programming-language-theory-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Recommend taking a look at [theory of computation and automata](/theory-of-compu
2828
- [Functional Languages](programming-language-theory/functional-languages)
2929
- [Logic Languages](programming-language-theory/logic-languages)
3030
- [Concurrency](programming-language-theory/concurrency)
31-
- [Implementation](programming-language-theory/implementation)
31+
- [Scripting Languages](programming-language-theory/scripting-languages)

‎sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ const sidebars = {
507507
"programming-language-theory/functional-languages/functional-languages",
508508
"programming-language-theory/logic-languages/logic-languages",
509509
"programming-language-theory/concurrency/concurrency",
510-
"programming-language-theory/implementation/implementation",
510+
"programming-language-theory/scripting-languages/scripting-languages",
511511
],
512512
},
513513

0 commit comments

Comments
 (0)
Please sign in to comment.