Search Results for "operator precedence parser"

Showing 15 open source projects for "operator precedence parser"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • 1
    Atributika

    Atributika

    Convert text with HTML tags, links, hashtags, mentions, etc.

    ... if the string is a template and real content is known only in runtime. If you are dealing with localizations, it is also not easy to build NSAttributedString. Operator to concatenate NSAttributedString with other attributed or regular strings. Works on iOS, tvOS, watchOS, macOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Transcrypt

    Transcrypt

    Python 3.7 to JavaScript compiler

    Python in the browser, precompiled for speed. Transcrypt started out as a personal repo, owned by Jacques de Hooge. As the project caught on and the number of people contributing issues, ideas and code grew, the repo was transferred to the QQuick organization, to be able to form a developer team on GitHub. There's a simple parallel between the Python and the JavaScript code. In combination with the use of source maps, this enables efficient debugging. Also, code can be tested from the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SciTECO

    SciTECO

    Advanced TECO dialect and interactive screen editor based on Scintilla

    SciTECO is an interactive TECO dialect, similar to Video TECO. It also adds features from classic TECO-11, as well as unique new ideas. Project development takes place at Github: https://github.com/rhaberkorn/sciteco
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FreeLAB

    FreeLAB

    Open Source Web Based LIMS for analytical laboratory

    FreeLAB provide inovative way how to get samples, equipment and analytical results data automatically from analytical instruments such as chromatography, spectroscopy or other labroatory equipment. FreeLAB is a web based application based on CMS Drupal and project Open Atrium. FreeLAB natively supports Agilent Technologies instrumentation controled by OpenLAB CDS and MassHunter GCMS software. Via automatic parser is possible to periodically import any xml, txt, csv formats into FreeLAB...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 5

    C++ Math Expression Parser

    C++ Math Expression Parser Library

    The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation engine. ExprTk supports numerous forms of functional, logical and vector processing semantics and is very easily extendible. Download http://partow.net/programming/exprtk/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    gramma's grammar

    Parsing the Dynamic Operator Precedence Grammar

    This project aims to deliver a table-driven type-sensitive full "operator precedence" parser. The project is required by principia. Milestone one is the single-type case, sufficient for universal algebras and deductive systems (in the sense of Blok and Pigozzi, and including propositional logics). Milestone two is the parser for the multi-typed operator precedence grammar, required for predicate logics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Simple Math Parser

    A simple math parser

    The parser must implement an order of precedence of left to right, brackets are used to explicitly denote precedence by grouping parts of an expression that should be evaluated first again left to right The parser must recognise the input string and evaluate the expression. Rules: a = '+', b = '-', c = '*', d = '/', e = '(', f = ')'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ... as you remember to always include 2 numbers per operator(including -) it should be fine. It's very important to give the exact argument number to functions as well. To use the calculator in the terminal regardless of current path, add the executable to the path for looking up programs, or simply move the program into a path already set up. Case you're on windows there's already a program by the name calc provided by windows, either uninstal it or change the name of this executable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    calc_shell

    This is a command line left to right calculator.

    This is a command line left to right calculator with no operator precedence. It displays answers to a given mathematical expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    Dynamic Parser
    This educational project to show students how is operation are parsed in case of right to left or left to right with different precedence priority.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Unsupervised non-language specific morphological parser based on compression and precedence relations between morphemes. Can be run on a Unicode corpus and will output a lexicon of proposed morphemes in the language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Expression4J (Math Expression Parser) is a java framework used to manage mathematic expression stored in String object like "f(x,b)=2*x-cos(b)" or "g(x,y)=f(y,x)*-2". Expression gramar can be define by user (add new operator or type ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    C++ STL-based parser toolkit that allows the specification of EBNF-like grammars (using operator overloading) and the conversion of arbitrary input (text, tokens or other) to user-defined structures through events attached to grammatic rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Soul is an object oriented recursive descent parser generator framework implemented using C++ operator overloading techniques. It is inspired by Spirit, but use only few template classes thus allowing more flexibility and fastest compilation time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WebPath is an experimental implementation of XPath 2.0 in Python, initially developed during Yahoo! Hack Day. It uses a novel parsing technique called Top Down Operator Precedence. Seeking developers to improve implementation and conformance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next