Coder Social home page Coder Social logo

gentee / gentee Goto Github PK

View Code? Open in Web Editor NEW
132.0 4.0 16.0 837 KB

Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang).

Home Page: https://docs.gentee.org

License: MIT License

Go 97.05% GAP 1.46% Makefile 0.08% Vim Script 1.41%
scripting-language automation programming-language compiler virtual-machine language go golang script script-engine

gentee's People

Contributors

elee1766 avatar gentee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gentee's Issues

Add examples

Hey Alexey

great project :) by change you can add a few examples in the documentation? that anyone just can run easy like ./gentee example1.g and see a full script with gentee?

I'm wrong or this is not related to this project? https://www.gentee.com/programming/samples/

Conversion between Gentee types and Golang types

Is there any example, or already included easy way to convert between Golang and Gentee types?

For example to convert between a Golang Map to a Gentee Map, i made the following function:

func GoMap2GenteeMap(goMap map[string]interface{}) *core.Map {
	ret := core.NewMap()
	for key, _ := range goMap {
		ret.Keys = append(ret.Keys, key)
	}
	ret.Data = goMap
	return ret
}

But i have the feeling as if i am missing something.

Sorry if it is obvious, but i am still relatively new to Golang.

-v IS IN FACT -ver

" -v - show the current version of Gentee language. "
-ver

Very nice product to discover & follow, it is playfull.
Now API, libs,... Go compiles Gentee in 3.69M, RED makes ~1M ... what a competition in sight.

Ctrl+Esc to stop running scripts does not work on W10 PC

In Windows 10 pressing Ctrl+Esc in "Perfect Automation" project's executable (hidden) causes the Start Menu to activate, so I am unable to cancel execution of a macro. Is there a way to alter the "Stop Execution"Key combination?

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.