Skip to content

MasonN808/OS808

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ██████╗ ███████╗ █████╗  ██████╗  █████╗ 
██╔═══██╗██╔════╝██╔══██╗██╔═████╗██╔══██╗
██║   ██║███████╗╚█████╔╝██║██╔██║╚█████╔╝
██║   ██║╚════██║██╔══██╗████╔╝██║██╔══██╗
╚██████╔╝███████║╚█████╔╝╚██████╔╝╚█████╔╝
 ╚═════╝ ╚══════╝ ╚════╝  ╚═════╝  ╚════╝ 

========================================================

What To Grade

Grade branch iProject4

How To Run

  1. To compile typescript into JS
> tsc
  1. To open the index.html in browser
> open ./index.html

A Few Notes

What's TypeScript? TypeScript is a language that allows you to write in a statically-typed language that outputs standard JavaScript. It's all kinds of awesome.

Why should I use it? This will be especially helpful for an OS or a Compiler that may need to run in the browser as you will have all of the great benefits of strong type checking and scope rules built right into your language.

Where can I get more info on TypeScript Right this way!

About

Operating Systems Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published