Try   HackMD

Document of shecc

Outline

  • Introduction
    • Source code
  • Installation and Build
  • Document of Souce Code
  • Issue

Introduction

Installation and Build

Document of Source Code

  • shecc/lib/

    • c.c
  • shecc/mk/

    • arm.mk
    • common.mk
    • riscv.mk
  • shecc/src/

    • arm-codegen.c
    • arm.c
    • cfront.c
    • defs.h
    • elf.c
    • globals.c
    • main.c
    • riscv-codegen.c
    • riscv.c
  • shecc/tests/

    • driver.sh
    • fib.c
    • hello.c
  • shecc/tools/

    • inliner.c
  • Makefile

Issue