Thread: hyperC compiler

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    null pointer Structure's Avatar
    Join Date
    May 2019
    Posts
    338

    Thumbs up hyperC compiler

    hyperC variable file extrusion...

    https://hyperc.okelyon.com/

    Code:
      <stdio.h>;
      @{
      
       with int ;
          stringMax = 32;
       and; with char ; and [stringMax];
          lang; title; string;
       and; with;
      
       lang = "en-us"; title = "Site Title";
       string = "test string.";
      
       with ink ; and "\n";
          "<!DOCTYPE html>";
          "<html lang='" [s]lang "'>";
          "<head>";
              "<title>" [s]title "</title>";
          "</head>";
          "<body>";
              "String:" [s]string;
          "</body>";
          "</html>";
       and; with;
      
      };
    https://hyperc.okelyon.com/
    Last edited by Structure; 08-05-2020 at 12:07 PM. Reason: secured links
    "without goto we would be wtf'd"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. hyperC:>Compiler;
    By Structure in forum Tech Board
    Replies: 0
    Last Post: 01-09-2020, 12:29 PM
  2. HyperC
    By Structure in forum Tech Board
    Replies: 83
    Last Post: 09-20-2019, 08:50 AM
  3. HyperC Pre Process File Injection
    By Structure in forum Tech Board
    Replies: 2
    Last Post: 08-06-2019, 06:13 AM
  4. The future of the C language is HyperC
    By Structure in forum Projects and Job Recruitment
    Replies: 6
    Last Post: 05-14-2019, 08:55 AM

Tags for this Thread