== THE WHEB PROJECT == A Scratch-based port (except not really a port but more an attempt to replicate) of the World Wide Web. Currently unfinished, comes with: - A DNS server (kinda?) - A compiler for HMOS (Hypertext Markup On Scratch) - A interpreter of the bytecode produced by HMOS when compiled. - A very poorly made an unfinished search engine. - A simple website which contains documentation (if you could even call it that) for HMOS. Soon to come: - A better search engine. - A more sophisticated code editor. - An error system for HMOS. - More websites!!! Yeah I know, there's no actual search engine yet - I'll get onto that soon.
Created by yours truly: @Haxe_Floppa [I SUGGEST YOU RUN THIS ON TURBOWARP, THIS PROJECT IS VERY SLOW - ESPECIALLY WHEN COMPILING HMOS CODE] == GUIDE TO HMOS == HMOS is this project's equvialent to HTML (obviously), however I've made it more structured like the Python language. Here is a basic guide on it. The h function is used to make headings. Here's an example of the h function being used: h("hello") The p function is used to make paragraphs or small lines of text. Here's an example of the p function being used: p("hi") == HOW TO RUN MY CODE == Once you compile, your code will be locally appended to the DNS server. When you compile it should give you the machine code AND the URL. You can ignore the machine code however the URL is important. Remember it. Press D to enter debug mode (sorry mobile users) and press the "get URL" button. In there, it'll ask for your URL. Type in the URL from earlier and exit debug mode by pressing D again. You should see your website.