Showing 117 open source projects for "syntax"

View related business solutions
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 1
    Ruby

    Ruby

    Ruby programming language

    A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming. He has often said that he is “trying to make Ruby natural, not simple,” in a way that mirrors...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    brython

    brython

    Implementation of Python 3 running in the browser

    Brython (Browser Python) is an implementation of Python 3 running in the browser, with an interface to the DOM elements and events. Brython supports the syntax of Python 3, including comprehensions, generators, metaclasses, imports, etc. and many modules of the CPython distribution. Since version 3.8.0, Brython implements the Python version of the same major/minor version number. It includes libraries to interact with DOM elements and events, and with existing Javascript libraries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Scrooge

    Scrooge

    A Thrift parser/generator

    ... some annoying boilerplate conversions to be hand-written. This is an attempt to bypass the problem by generating Scala code directly. It also uses Scala syntax so the generated code is much more compact. There is a fairly comprehensive set of unit tests, which actually generate code, compile it, and execute it to verify expectations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FreeBASIC Compiler
    Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
    Leader badge
    Downloads: 1,075 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5
    RE/flex lexical analyzer generator

    RE/flex lexical analyzer generator

    The regex-centric, fast lexical analyzer generator for C++

    RE/flex is the fast lexical analyzer generator (faster than Flex) with full Unicode support, indent/nodent/dedent anchors, lazy quantifiers, and many other modern features. Accepts Flex lexer specification syntax and is compatible with Bison/Yacc parsers. Generates reusable source code that is easy to understand. Supports fast scanning of UTF-8/16/32 files, strings, and streams. The reflex scanner generator tool generates clean lexer class code that is thread-safe. Generates Graphviz files...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 6
    CodeSnip

    CodeSnip

    A repository for source code snippets, designed with Pascal in mind.

    ... compiler and results to be reported. Use this feature to validate the syntax of code without switching to your compiler. Compilable Pascal units containing selected snippets can be generated. Code in other languages can be stored in CodeSnip although the source file generation and compiler checking features will not be available. Compilable Pascal units of selected snippets can be generated. Selected snippets can also be exported and shared with other CodeSnip users.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    Code Library

    Organize Notes / Code

    Code Library is a Library Tool / Note organizer for developers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    JavaCC Eclipse Plugin

    Version 1.6.1

    The JavaCC Eclipse Plugin provides a JavaCC & JTB editor and a builder which process .jj, .jjt & .jtb files and integrate with Eclipse's incremental build system. Compatible with Eclipse 4.6.0+ and Java 1.8+. Also embeds JTB 1.5.1.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Orao Basket

    Orao Basket

    Programming tools for emulator of eight bit computer ORAO

    Smederevo, 05, august 2018 Long time ago, about 1986 I have become proud owner of eight bit computer ORAO based on MOS 6502 processor. It was first and for me the best home computer at that time. My whole knowledge of computer programming begins with that computer. Recently for some unknown reason I have become interested in old eight bit computers again. After short search on the Internet I have found emulator of my favorite computer. It literally emulates every peace of hardware installed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 10
    Chameleon CML

    Chameleon CML

    A set of code that runs multiple ends

    Cross-end unified solution. A set of code runs multiple ends, what you see at one end is what you see at multiple ends. Support importing native components at each end. Export CML components to each end. Elegantly upgrade the CML cross-terminal solution. Easy to use, simple and efficient. VS Code, WebStorm, Sublime, Atom plug-ins, syntax highlighting, command completion. Multi-end specification check, syntax error prompt, runtime polymorphism check. Original and powerful cross-multiple grammar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SQL Code Wrapper

    SQL Code Wrapper

    Utility to wrap SQL for embedding within a host programming language

    SQLCW is a lightweight preprocessor to enable wrapping SQL statements within a specified prefix and suffix. For example prefix "execute (" and suffix ") by cnxn;". The tool is SQL syntax aware and correctly handles quoted expressions and comments. Options are also provided to strip or convert comments and simplify whitespace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Parsedown

    Parsedown

    Better markdown parser in PHP

    Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedown will apply sanitisation to additional scripting vectors (such as scripting link destinations) that are introduced by the markdown syntax itself. If you wish to allow HTML within untrusted user-input, but still want output to be free from XSS it is recommended that you make use of a HTML sanitiser that allows HTML tags to be whitelisted, like HTML Purifier. In both cases you should strongly...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    MssCF

    MssCF

    Mark Stephen Sobkow's Code Factory

    ... of the junior programmer on large database integration projects, whose primary task is to follow the templates provided by the application architect and senior systems analysts. If you can provide a template, it is usually possible to define rules to produce code following the template. The rules themselves use a General Expansion Language (GEL) XML syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    FCML

    A machine code manipulation library for Intel 64 and IA-32.

    This is a general purpose machine code manipulation library for IA-32 and Intel 64 architectures. The library supports UNIX-like systems as well as Windows and is highly portable. The FCML library is free for commercial and non-commercial use as long as the terms of the LGPL license are met. Currently it supports such features as: - A one-line disassembler - A one-line assembler - An experimental multi-pass load-and-go assembler (Multi line!) - Support for the Intel and AT&T syntax...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    UniCC LALR(1) Parser Generator

    UniCC LALR(1) Parser Generator

    Parser generator, targetting C, C++, Python, JavaScript, JSON and XML

    UniCC (UNIversal Compiler-Compiler) compiles an augmented grammar definition into a program source code that parses the described grammar. Because UniCC is intended to be target-language independent, it can be configured via template definition files to emit parsers in almost any programming language. UniCC comes with out of the box support for the programming languages C, C++, Python (both 2.x and 3.x) and JavaScript. Parsers can also be generated into JSON and XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Query constructor
    Structured visual SQL text constructor. Help manage and edit text in standard SQL (SELECT queries only)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    avr-gfortran

    avr-gfortran

    program avr microcontroller using fortran77 syntax

    This is a pseudo Fortran77 compiler for Atmel AVR microcontroller, written in Fortran using gfortran compiler. The compiler use avr-gcc-4.9.2 as dependency. The recent version of compiler is 1.0.1-alpha. For Windows version (32bit), click https://sourceforge.net/projects/avr-gfortran/files/avr-gfortran-1.0.1-alpha/avr_gfortran-1.0.1-x86win.zip/download Linux version (32bit), click...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Koopa (COBOL) Parser Generator
    This project has moved to GitHub ! The version here at SourceForge will remain for historic purpose. Koopa is a parser generator, made for COBOL. It can handle source files in isolation (no preprocessing required) and doesn't mind the presence of CICS/SQL fragments. The grammar is easily extensible in a way which minimizes the impact on the overall code.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    SQL-Admin is a tool entirely written in Java. It uses JDBC and swing . Admin offers a SQL-Monitor, Data-Export, Data-Import, dynamic forms, guided Query, DML functions and data selection. It 's code-generator generates OO-Wrapper and SWING-GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CodeConics

    CodeConics

    CodeConics is a C# lexer/parser/syntax tree generatior

    CodeConics is simple, intuitive, easy to use and debug code-manipulation solution, that is grammar independent and recursion based, as opposed to other DFA(Deterministic Finite-state Automata) based solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Emacs package ANTLR-Mode provides: syntax highlighting for ANTLR grammar files, automatic indentation, menus containing rule/token definitions and supported options and various other things like running ANTLR from within Emacs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    PreprocesssorWizard

    PreprocesssorWizard

    WYSIWIG conditional compilation preprocessor for Java etc.

    ... are active and which are not. Being WYSIWYG, the PreprocessorWizard multi-language WYSIWIG preprocessor resolves the problem of code being difficult to read and allows one preprocessing syntax for all languages. It is easy to use as a standalone application and it can be easily integrated with almost any IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project consists of a C preprocessor which allows to use a python inspired syntax to write C code, as well as much more powerful preprocessing using python instead of the very limited standard C preprocessor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MinotaurRTM

    MinotaurRTM

    Vb.net source generator (SQL syntax fully integrated in development).

    With Minotaur (RTM) you can Generate complete vb.net Source. SQL statement are available into source code generation program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    HATE

    HATE

    HATE's an ASN.1 Text Editor.

    HATE's an ASN.1 Text Editor written in Java. It is designed to be easy to use, highly customizable and flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next