Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37394697
en ru br
Репозитории ALT

Группа :: Разработка/C
Пакет: picoc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.1.9-alt1
Время сборки: 15 декабря 2018, 11:56 ( 278.8 недели назад )
Размер архива: 438.87 Kb

Домашняя страница:   https://gitlab.com/zsaleeba/picoc

Лицензия: New BSD License
О пакете: PicoC is a very small C interpreter for scripting
Описание:

PicoC is a very small C interpreter for scripting.
It was originally written as the script language
for a UAV's on-board flight system.
It's also very suitable for other robotic, embedded and non-embedded applications.

The core C source code is around 4500 lines of code.
It's not intended to be a complete implementation of ISO C
but it has all the essentials. When compiled it only takes a few k of code space
and is also very sparing of data space.
This means it can work well in small embedded devices.
It's also a fun example of how to create a very small language implementation
while still keeping the code readable.

picoc has been tested on x86-32, x86-64, powerpc, arm,
ultrasparc, HP-PA and blackfin processors and is easy to port to new targets.

Текущий майнтейнер: Vitaly Lipatov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • picoc
  • picoc-debuginfo
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin