mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
127 lines
3.0 KiB
YAML
127 lines
3.0 KiB
YAML
ui:
|
|
- static/**/*
|
|
- views/**/*
|
|
lang-ada:
|
|
- lib/compilers/ada.js
|
|
- etc/config/ada.*.properties
|
|
lang-asm:
|
|
- lib/compilers/assembly.js
|
|
- lib/compilers/nasm.js
|
|
- lib/compilers/ptxas.js
|
|
- etc/config/assembly.*.properties
|
|
lang-c:
|
|
- lib/compilers/cc65.js
|
|
- lib/compilers/ellcc.js
|
|
- lib/compilers/ewarm.js
|
|
- lib/compilers/awavr.js
|
|
- lib/compilers/ppci.js
|
|
- lib/compilers/sdcc.js
|
|
- lib/compilers/tendra.js
|
|
- etc/config/c.*.properties
|
|
lang-c++:
|
|
- lib/compilers/ewarm.js
|
|
- lib/compilers/awavr.js
|
|
- etc/config/c++.*.properties
|
|
lang-c++-opencl:
|
|
- etc/config/cpp_for_opencl.*.properties
|
|
lang-circle:
|
|
- lib/compilers/circle.js
|
|
- etc/config/circle.*.properties
|
|
lang-clean:
|
|
- lib/compilers/clean.js
|
|
- etc/config/clean.*.properties
|
|
lang-cppx:
|
|
- etc/config/cppx?(_blue|_gold).*.properties
|
|
lang-crystal:
|
|
- lib/compilers/crystal.js
|
|
- etc/config/crystal.*.properties
|
|
lang-cuda:
|
|
- lib/compilers/nvcc.js
|
|
- etc/config/cuda.*.properties
|
|
lang-d:
|
|
- lib/compilers/dmd.js
|
|
- lib/compilers/ldc.js
|
|
- etc/config/d.*.properties
|
|
lang-dotnet:
|
|
- lib/compilers/dotnet.ts
|
|
- lib/asm-parser-dotnet.ts
|
|
- etc/config/csharp.*.properties
|
|
- etc/config/fsharp.*.properties
|
|
- etc/config/vb.*.properties
|
|
lang-dart:
|
|
- lib/compilers/dart.js
|
|
- etc/config/dart.*.properties
|
|
lang-fortran:
|
|
- lib/compilers/flang.ts
|
|
- lib/compilers/fortran.js
|
|
- etc/config/fortran.*.properties
|
|
lang-go:
|
|
- lib/compilers/golang.js
|
|
- etc/config/go.*.properties
|
|
lang-haskell:
|
|
- lib/compilers/haskell.js
|
|
- etc/config/haskell.*.properties
|
|
lang-ispc:
|
|
- lib/compilers/ispc.js
|
|
- etc/config/ispc.*.properties
|
|
lang-mlir:
|
|
- lib/compilers/mlir.ts
|
|
- etc/config/mlir.*.properties
|
|
lang-java:
|
|
- lib/compilers/java.js
|
|
- etc/config/java.*.properties
|
|
lang-kotlin:
|
|
- lib/compilers/kotlin.js
|
|
- etc/config/kotlin.*.properties
|
|
lang-llvm:
|
|
- lib/llvm-ast.js
|
|
- lib/llvm-ir.js
|
|
- lib/llvm-opt-transformer.ts
|
|
- lib/compilers/llc.js
|
|
- lib/compilers/llvm-mca.js
|
|
- lib/objdumper/llvm.js
|
|
- lib/tooling/llvm-mca-tool.js
|
|
- etc/config/llvm.*.properties
|
|
lang-nim:
|
|
- lib/compilers/nim.js
|
|
- etc/config/nim.*.properties
|
|
lang-ocaml:
|
|
- lib/compilers/ocaml.js
|
|
- etc/config/ocaml.*.properties
|
|
lang-opencl-c:
|
|
- etc/config/openclc.*.properties
|
|
lang-pascal:
|
|
- lib/compilers/pascal.js
|
|
- etc/config/pascal.*.properties
|
|
lang-python:
|
|
- lib/compilers/python.js
|
|
- etc/config/python.*.properties
|
|
lang-ruby:
|
|
- lib/compilers/ruby.js
|
|
- etc/config/ruby.*.properties
|
|
lang-rust:
|
|
- lib/compilers/rust.js
|
|
- etc/config/rust.*.properties
|
|
lang-scala:
|
|
- lib/compilers/scala.js
|
|
- etc/config/scala.*.properties
|
|
lang-solidity:
|
|
- lib/compilers/solidity.js
|
|
- etc/config/solidity.*.properties
|
|
lang-swift:
|
|
- lib/compilers/swift.js
|
|
- etc/config/swift.*.properties
|
|
lang-toit:
|
|
- lib/compilers/toit.ts
|
|
- etc/config/toit.*.properties
|
|
lang-typescript:
|
|
- lib/compilers/typescript.js
|
|
- etc/config/typescript.*.properties
|
|
lang-zig:
|
|
- lib/compilers/zig.js
|
|
- etc/config/zig.*.properties
|
|
documentation:
|
|
- docs/**/*
|
|
- README.md
|
|
- CONTRIBUTING.md
|