1.0.17 • Published 1 year ago

@benmurphyy/c-slang v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

c-slang

C compiler that generates WebAssembly code, written in TypeScript, intended for teaching C programming in a browser-only environment.

This repository consists of 2 subprojects:

  • ctowasm: a C compiler that generates WebAssembly code, written in TypeScript, intended for teaching C programming in a browser-only environment. Refer to the README in the ctowasm project directory for more information on ctowasm
  • c-viz: a C code interpreter & visualizer

Build Instructions

  1. Ensure you are in the root of the repository
  2. Install the c-viz submodule with git submodule update --init
  3. Run yarn install to install dependencies
  4. Run yarn install-all to install all dependencies of subprojects
  5. Run yarn build to build the project

c-slang can then be published to npm by running yarn publish

1.0.17

1 year ago

1.0.16

1 year ago

1.0.11

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago