Giter VIP home page Giter VIP logo

ksw2000 / exec-in-cmd Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 15.79 MB

:atom: Press F12 to run code (C, C++, Java, Python, Go, JS, Ruby, Kotlin...) in atom.

Home Page: https://atom.io/packages/exec-in-cmd

License: MIT License

C 49.31% Go 0.42% CoffeeScript 41.27% HTML 0.52% R 0.05% C++ 0.29% Python 0.95% Ruby 0.22% Java 2.80% JavaScript 0.89% C# 0.35% Assembly 1.65% Rust 0.69% PHP 0.07% Dart 0.24% Shell 0.04% TypeScript 0.24%
atom

exec-in-cmd's Introduction

exec-in-cmd's People

Contributors

ksw2000 avatar

Stargazers

 avatar

Watchers

 avatar

exec-in-cmd's Issues

Support for Bison/Yacc & Flex/lex execution

For windows - https://github.com/drbeco/hellex

I tried hacking into the windows.h in the plugin folder. But the stuff got too much confusing. Else I would have submitted PR.

So, I request you to please introduce support for Bison/Yacc & Flex/lex files, at least for windows.

Execution command is given in the same link above.
Still for proper reference -

flex hello.l

This generates a file called lex.yy.c which can be then executed using gcc compiler.

bison -dy hello.y

This also generates a .c file similar to above case & finally can be executed using gcc compiler. Or any C compiler

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.