Kagsa

Latest version: v1.2.0

Safety actively analyzes 623775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.1

Problems Fixed in 1.1.1 (Hot Fix) :

- fix problem in `parse_sformat.py`.
- `var name = 'ali' ; write "Name : %{name}";`
- fix problem in `input` keyword.
- `write 'Hi, Welcome',input "Whats Your Name?"`
- fix problem in lexing the `input` keyword.
- `var num1 = toInt(input "Enter a Number :")`
- fix problem that if you write variable without `var, string, int, float, list, dict`.
- `myname = 'KAGSA'`
- fix libraries compile.
- `kagsa -l file.kg -o file.kgl`
- fix problem in `KAGSA.latest()` calling.
- `write 'Last KAGSA Version :', KAGSA.latest()`
- fix some wrong things in documents.

1.1.0

- new way to parse string format to take every thing inside `${}`.
- OLD : fomat string only take just one variable inside `${}`
- fix some problem ins parser.
- OLD : problems in run this code `var output = '5 = 5'`
- `PATH` variable.
- `Web` module\\framework for frontend.
- `jump` keyword.
- allow this way `datatype.method()` to deal with methods.
- OLD : only this way `method( datatype )`
- `dir()` function to read all items inside any class.
- `KAGSA` class.
- New KAGSA Console.

1.0.1

1.0.0

1 - Allow symbols in variable name ($^~?)
2 - Variable name can start with number.
3 - New way to dealing with JSON/Dict data.
4 - Fix problem in run code ( kagsa path\with\backslash )
5 - Some shortcut in parser.
6 - Dealing with bytes.
7 - Continue keyword.
8 - not() func in condition words.
9 - Fix variable names lexing (var vari = '')
10- New keywords for variables (string, int, float, dict, list)
11- Add dealing with class.
12- Make a new libararies system with (include) keyword.
13- Distribution the parts of KAGSA in many files.
14- More speed than 0.1.5 version

0.1.5

Fisrt Version.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.