hardcode
1.0.0
일반적인 프로그래밍 언어의 구문을 암기하기위한 플래시 카드 스타일의 질문 및 답변 시스템.
| 기음 | python3 | 가다 |
| C ++ | PowerShell | PHP |
| 기음# | 세게 때리다 | 녹 |
| 자바 | 자바 스크립트 | 루비 |
| 코 틀린 | TypeScript | 루아 |
| 스칼라 | 다트 | |
| 아르 자형 | 스위프트 |
questions.json 형식 {
"Language": ["C", "Python", "Go", ... ],
"Variables": {
"Rust Int Variable Types": [string],
"Int Variable Names": [string],
"Random Variables": [string],
"Variable Permutations": [string],
"Declaration": {
"Multi-Choice": {
"Type": string,
"Sub-Type": string,
"Question": [string],
"True-False": [string],
"Answers": {
"Correct": {
"C": [string] ,
"Python": [string] ,
"Go": [string] ,
...
},
"Incorrect": [
{
"Name": string,
"Pattern": string,
"Priority": int
},
...
]
"Mutability": [],
"Multiple Declaration": []
}
},
"Control Flow": []
}
[language] : 질문에 해당하는 프로그래밍 언어. [$|@|None][var|val|int|Int|let|None][local|var|val|int|Int|let|None][: Integer|: Int|: number| int|None][:=|=][;|None][mut |None][DECLARE |None][ INT|None][SET |None][random int variable][random integer][random rust data type]