Rename brainfuck
This commit is contained in:
parent
d39da9af71
commit
54877e38a9
@ -10,7 +10,7 @@ const IDE: NextPage = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{LANG_NAME} | Esolang Park</title>
|
<title>{LANG_NAME}</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Mainframe
|
<Mainframe
|
||||||
langId={LANG_ID}
|
langId={LANG_ID}
|
||||||
|
@ -3,14 +3,14 @@ import { NextPage } from "next";
|
|||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
import { Mainframe } from "../../ui/Mainframe";
|
import { Mainframe } from "../../ui/Mainframe";
|
||||||
import LangProvider from "../../languages/brainfuck";
|
import LangProvider from "../../languages/brainfuck";
|
||||||
const LANG_ID = "brainfuck";
|
const LANG_ID = "bf";
|
||||||
const LANG_NAME = "Brainfuck";
|
const LANG_NAME = "Turing";
|
||||||
|
|
||||||
const IDE: NextPage = () => {
|
const IDE: NextPage = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{LANG_NAME} | Esolang Park</title>
|
<title>{LANG_NAME}</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Mainframe
|
<Mainframe
|
||||||
langId={LANG_ID}
|
langId={LANG_ID}
|
@ -1,10 +1,10 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"display": "Turing",
|
||||||
|
"id": "bf"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"display": "Befunge-93",
|
"display": "Befunge-93",
|
||||||
"id": "befunge93"
|
"id": "befunge93"
|
||||||
},
|
|
||||||
{
|
|
||||||
"display": "Brainfuck",
|
|
||||||
"id": "brainfuck"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user