Skip to content

EZCodeLanguage/Packages

Repository files navigation

EZCode Packages

All of System EZCode packages.

  • Main: Includes main functionality for EZCode (automatically included in build)
    • bool, str, float, int, char, expressions, var, and array classes
    • print, input, runcode, clear, regexmatch, environment, and istype methods. Basic global math functions
  • WinForms: Adds Windows Forms Support (not currently supported)
  • HTTP: Contains functinality for basic HTTP requests
    • Methods include:
      • install Install file from url to file
      • GET GET request
      • POST POST request
  • Time: Adds classes for time related functions
    • datetime class is a container for date and time related functions
    • stopwatch class for stopwatches
    • timer class for timers
    • await method to pause program
  • Windows OS: Adds Registry and Process classes
    • registry class for interacting wiht windows registry
    • process class for using Processes with windows