Skip to content

情報工学実験Bのコードの配布

License

Notifications You must be signed in to change notification settings

okuisatoshi/jikkenB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa8f199 · Nov 9, 2025

History

10 Commits
Oct 17, 2025
Oct 27, 2025
Nov 9, 2025
Sep 18, 2025
Sep 18, 2025
Sep 18, 2025
Sep 18, 2025
Oct 6, 2025
Sep 18, 2025
Sep 18, 2025
Sep 18, 2025
Sep 18, 2025
Sep 18, 2025
Sep 18, 2025

Repository files navigation

情報工学実験B -- LLVMを用いた簡単なコンパイラの作成

.
├── dist
│   ├── coi-serviceworker.js
│   ├── index.html
│   ├── picoc.html
│   ├── picoc.wasm
│   └── server.py
├── example
│   ├── array
│   │   ├── min_max.pc
│   │   ├── sieve.pc
│   │   └── sort.pc
│   ├── c
│   │   ├── bench.c
│   │   ├── binary.c
│   │   ├── div.c
│   │   ├── donut.c
│   │   ├── fib.c
│   │   ├── gcd.c
│   │   └── prime.c
│   ├── donut
│   │   └── donut.pc
│   ├── kadai3
│   │   ├── binary_kadai3.pc
│   │   └── prime_kadai3.pc
│   ├── bench.pc
│   ├── binary.pc
│   ├── fib.pc
│   ├── gcd.pc
│   ├── loop.pc
│   └── prime.pc
├── misc
│   ├── cfg.sh
│   ├── codediff.sh
│   ├── get_imgcat.sh
│   ├── get_rr.sh
│   ├── grammar.txt
│   └── pc_to_c.sh
├── tidwall
│   ├── example.c
│   ├── LICENSE
│   ├── README.md
│   ├── tidwall_hashmap.c
│   └── tidwall_hashmap.h
├── hashmap.c
├── hashmap.h
├── LICENSE
├── Makefile
├── picoc.c
├── README.md
├── scan.c
└── scan.h

9 directories, 43 files

About

情報工学実験Bのコードの配布

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published